add firewall reject instead of drop
This commit is contained in:
parent
d516f329da
commit
65d7989049
@ -40,6 +40,7 @@
|
|||||||
|
|
||||||
# networking.firewall is enabled by default
|
# networking.firewall is enabled by default
|
||||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||||
|
networking.firewall.rejectPackets = true;
|
||||||
networking.firewall.allowPing = true;
|
networking.firewall.allowPing = true;
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
|
Loading…
Reference in New Issue
Block a user