From a5dd06225bcb89c5c758fab7688276578512ff14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moira=20H=C3=B6sel?= Date: Fri, 11 Oct 2024 14:22:52 +0200 Subject: [PATCH] parsons/nftables: don't log refused connections --- parsons/nftables.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/parsons/nftables.nix b/parsons/nftables.nix index 9af7837..db251ba 100644 --- a/parsons/nftables.nix +++ b/parsons/nftables.nix @@ -2,6 +2,7 @@ { networking.firewall.enable = true; + networking.firewall.logRefusedConnections = false; networking.nat.enable = true; networking.nftables.enable = true;