From 466d798b156bf0f394362933030c174cca863f43 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 5 Jul 2011 12:54:50 +0000 Subject: [PATCH] * Oops. svn path=/nixos/trunk/; revision=27608 --- modules/services/networking/firewall.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.