diff --git a/modules/services/networking/firewall.nix b/modules/services/networking/firewall.nix index 83cb1ad0817..b4083d3c9e2 100644 --- a/modules/services/networking/firewall.nix +++ b/modules/services/networking/firewall.nix @@ -65,7 +65,7 @@ in }; networking.firewall.logRefusedPackets = mkOption { - default = true; + default = false; description = '' Whether to log all rejected or dropped incoming packets.