svn path=/nixos/trunk/; revision=27608
This commit is contained in:
Eelco Dolstra 2011-07-05 12:54:50 +00:00
parent 3bc3dc3940
commit 466d798b15

View File

@ -65,7 +65,7 @@ in
};
networking.firewall.logRefusedPackets = mkOption {
default = true;
default = false;
description =
''
Whether to log all rejected or dropped incoming packets.