add firewall reject instead of drop

This commit is contained in:
makefu 2015-07-29 15:50:37 +02:00
parent d516f329da
commit 65d7989049

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."/" =