add firewall reject instead of drop

This commit is contained in:
makefu 2015-07-29 15:50:37 +02:00
parent ae5aa8c2da
commit a6f4db1f43

View file

@ -40,6 +40,7 @@
# networking.firewall is enabled by default
networking.firewall.allowedTCPPorts = [ 80 ];
networking.firewall.rejectPackets = true;
networking.firewall.allowPing = true;
fileSystems."/" =