summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/pnp.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-31 15:58:26 +0200
committertv <tv@shackspace.de>2015-07-31 15:58:26 +0200
commit7e00495a4839777e2afcdfc6f63695bb23af6e50 (patch)
tree407e921627cca764f903a1b535418bb4a0590ee4 /makefu/1systems/pnp.nix
parent62a766c45a921c60a3d1548f0eb5adeaaa7c9473 (diff)
parent65d79890493600b09dc01209a378c070f2f0a028 (diff)
Merge remote-tracking branch 'pnp/master'
Diffstat (limited to 'makefu/1systems/pnp.nix')
-rw-r--r--makefu/1systems/pnp.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/1systems/pnp.nix b/makefu/1systems/pnp.nix
index 4c4ce716..54965898 100644
--- a/makefu/1systems/pnp.nix
+++ b/makefu/1systems/pnp.nix
@@ -40,6 +40,8 @@
# networking.firewall is enabled by default
networking.firewall.allowedTCPPorts = [ 80 ];
+ networking.firewall.rejectPackets = true;
+ networking.firewall.allowPing = true;
fileSystems."/" =
{ device = "/dev/disk/by-label/nixos";