summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-07-29 15:38:47 +0200
committermakefu <github@syntax-fehler.de>2015-07-29 15:38:47 +0200
commitb14e55d25aa3c42685b8bab3bd9b52e53c22426f (patch)
tree91ee7c8613aed0cb4b45951bd4872cc7b2941151 /makefu
parentaaf834ca87a4fa736c6adf63079be0b50d7f187c (diff)
pnp: allow ping for faster irc connect
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 4c4ce716..536e0818 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";