diff --git a/nixos/tests/opensnitch.nix b/nixos/tests/opensnitch.nix index 3f279037df2e..46366b8ec5c1 100644 --- a/nixos/tests/opensnitch.nix +++ b/nixos/tests/opensnitch.nix @@ -34,6 +34,7 @@ in enable = true; settings.DefaultAction = "deny"; settings.ProcMonitorMethod = m; + settings.LogLevel = 0; }; } ) monitorMethods @@ -46,6 +47,7 @@ in enable = true; settings.DefaultAction = "deny"; settings.ProcMonitorMethod = m; + settings.LogLevel = 0; rules = { curl = { name = "curl";