From 4a579a7d6778ea31b35deb53ac909ecce300c513 Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 16 Dec 2024 20:36:32 -0500 Subject: [PATCH] firewall: dont log refused connections --- hosts/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common.nix b/hosts/common.nix index 5b6a615..7aaff01 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -18,4 +18,5 @@ }; }; time.timeZone = "America/Toronto"; + networking.firewall.logRefusedConnections = false; }