add firewall reject instead of drop
This commit is contained in:
parent
ae5aa8c2da
commit
a6f4db1f43
|
@ -40,6 +40,7 @@
|
|||
|
||||
# networking.firewall is enabled by default
|
||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||
networking.firewall.rejectPackets = true;
|
||||
networking.firewall.allowPing = true;
|
||||
|
||||
fileSystems."/" =
|
||||
|
|
Loading…
Reference in a new issue