summaryrefslogtreecommitdiffstats
path: root/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
commit62325d01d38a262ad6c1912e38661e1392a9fe24 (patch)
tree26594b01fed99e9051d28497785b4ffdc5caee99 /1systems/pnp.nix
parent9f56789a7d9186a868c71a9528eee63712e2a9d8 (diff)
makefu: move more stuff into base.nix
Diffstat (limited to '1systems/pnp.nix')
-rw-r--r--1systems/pnp.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/1systems/pnp.nix b/1systems/pnp.nix
index bc4c679b7..6693dc066 100644
--- a/1systems/pnp.nix
+++ b/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
- ];
}