diff options
author | makefu <github@syntax-fehler.de> | 2015-07-29 15:38:47 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-07-29 15:38:47 +0200 |
commit | b14e55d25aa3c42685b8bab3bd9b52e53c22426f (patch) | |
tree | 91ee7c8613aed0cb4b45951bd4872cc7b2941151 /makefu/1systems/pnp.nix | |
parent | aaf834ca87a4fa736c6adf63079be0b50d7f187c (diff) |
pnp: allow ping for faster irc connect
Diffstat (limited to 'makefu/1systems/pnp.nix')
-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 4c4ce716f..536e08187 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.allowPing = true; fileSystems."/" = { device = "/dev/disk/by-label/nixos"; |