From 3089332619adf05c5150709279c84fc269d7ae5a Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 29 Jul 2015 15:38:47 +0200 Subject: [PATCH] pnp: allow ping for faster irc connect --- 1systems/pnp.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/1systems/pnp.nix b/1systems/pnp.nix index 4c4ce71..536e081 100644 --- a/1systems/pnp.nix +++ b/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";