diff --git a/module.nix b/module.nix index 6a79686..a16496c 100644 --- a/module.nix +++ b/module.nix @@ -88,7 +88,7 @@ in ProtectKernelModules = true; ProtectKernelLogs = true; ProtectControlGroups = true; - RestrictAddressFamilies = [ "AF_INET", "AF_UNIX" ]; + RestrictAddressFamilies = [ "AF_INET" "AF_UNIX" ]; RestrictNamespaces = ""; NoNewPrivileges = true;