summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-07-29 15:50:37 +0200
committermakefu <github@syntax-fehler.de>2015-07-29 15:50:37 +0200
commit65d79890493600b09dc01209a378c070f2f0a028 (patch)
tree0f401f79a4726511c251fa975531e3cd99d5a58e /makefu
parentd516f329dae8e3d282ab699227667995ce1b2bee (diff)
add firewall reject instead of drop
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/pnp.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/1systems/pnp.nix b/makefu/1systems/pnp.nix
index 536e0818..54965898 100644
--- a/makefu/1systems/pnp.nix
+++ b/makefu/1systems/pnp.nix
@@ -40,6 +40,7 @@
# networking.firewall is enabled by default
networking.firewall.allowedTCPPorts = [ 80 ];
+ networking.firewall.rejectPackets = true;
networking.firewall.allowPing = true;
fileSystems."/" =