diff options
author | makefu <github@syntax-fehler.de> | 2015-07-29 15:50:37 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-07-29 15:50:37 +0200 |
commit | 65d79890493600b09dc01209a378c070f2f0a028 (patch) | |
tree | 0f401f79a4726511c251fa975531e3cd99d5a58e /makefu | |
parent | d516f329dae8e3d282ab699227667995ce1b2bee (diff) |
add firewall reject instead of drop
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/1systems/pnp.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/1systems/pnp.nix b/makefu/1systems/pnp.nix index 536e08187..549658983 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."/" = |