From 6d7e3a2633ddc51f72b80b8f63f46b261d739993 Mon Sep 17 00:00:00 2001 From: Sarah Date: Sun, 17 Oct 2021 12:40:57 +0200 Subject: [PATCH] fix typo --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;