diff options
author | lassulus <lass@aidsballs.de> | 2015-08-02 21:13:47 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-08-02 21:13:47 +0200 |
commit | b4606691878584d39018834354ef9e4a6048f4c4 (patch) | |
tree | f10d92612b2cc0a55608c0c948daa3a411180f7f /makefu/1systems/pnp.nix | |
parent | 9756bedf5286fe716740d8f224b5c4094843f984 (diff) | |
parent | 7e00495a4839777e2afcdfc6f63695bb23af6e50 (diff) |
Merge branch 'tv' into newmaster
Diffstat (limited to 'makefu/1systems/pnp.nix')
-rw-r--r-- | makefu/1systems/pnp.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/1systems/pnp.nix b/makefu/1systems/pnp.nix index 4c4ce716f..549658983 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"; |