Loading nixos/modules/services/networking/murmur.nix +4 −1 Original line number Diff line number Diff line Loading @@ -355,7 +355,10 @@ in ProtectKernelLogs = true; ProtectKernelModules = true; ProtectKernelTunables = true; ProtectSystem = "full"; ProtectSystem = "strict"; ReadWritePaths = [ cfg.stateDir ]; RestrictAddressFamilies = [ "AF_INET" "AF_INET6" Loading Loading
nixos/modules/services/networking/murmur.nix +4 −1 Original line number Diff line number Diff line Loading @@ -355,7 +355,10 @@ in ProtectKernelLogs = true; ProtectKernelModules = true; ProtectKernelTunables = true; ProtectSystem = "full"; ProtectSystem = "strict"; ReadWritePaths = [ cfg.stateDir ]; RestrictAddressFamilies = [ "AF_INET" "AF_INET6" Loading