From e76ee720676d42d427c12f6a52ed9db38124b755 Mon Sep 17 00:00:00 2001 From: kashw2 Date: Tue, 14 Apr 2026 18:39:10 +1000 Subject: [PATCH] nixos/flood: add `AF_NETLINK` to `RestrictedAddressFamilies` --- nixos/modules/services/torrent/flood.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/torrent/flood.nix b/nixos/modules/services/torrent/flood.nix index 658ce55939f6..ed99e3a16cf8 100644 --- a/nixos/modules/services/torrent/flood.nix +++ b/nixos/modules/services/torrent/flood.nix @@ -80,6 +80,7 @@ in "AF_UNIX" "AF_INET" "AF_INET6" + "AF_NETLINK" ]; RestrictNamespaces = true; RestrictRealtime = true;