summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/pnp.nix
diff options
context:
space:
mode:
authormakefu <makefu@tsp>2015-08-11 19:00:22 +0000
committermakefu <makefu@tsp>2015-08-11 19:00:22 +0000
commit7a378d230d4c75f77f04943b73ad4c883d6750b9 (patch)
tree5d4b02258c48c8dc5e090e947902ef39ae8705d6 /makefu/1systems/pnp.nix
parent450d9e71ff0afc99511b840bed77a979795a988a (diff)
makefu: move more stuff into base.nix
Diffstat (limited to 'makefu/1systems/pnp.nix')
-rw-r--r--makefu/1systems/pnp.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/makefu/1systems/pnp.nix b/makefu/1systems/pnp.nix
index bc4c679b..6693dc06 100644
--- a/makefu/1systems/pnp.nix
+++ b/makefu/1systems/pnp.nix
@@ -33,11 +33,4 @@
];
networking.firewall.allowedUDPPorts = [ 2003 ];
- networking.firewall.rejectPackets = true;
- networking.firewall.allowPing = true;
-
-# $ nix-env -qaP | grep wget
- environment.systemPackages = with pkgs; [
- jq
- ];
}