diff options
author | makefu <makefu@tsp> | 2015-08-11 19:00:22 +0000 |
---|---|---|
committer | makefu <makefu@tsp> | 2015-08-11 19:00:22 +0000 |
commit | 7a378d230d4c75f77f04943b73ad4c883d6750b9 (patch) | |
tree | 5d4b02258c48c8dc5e090e947902ef39ae8705d6 /makefu/1systems/pnp.nix | |
parent | 450d9e71ff0afc99511b840bed77a979795a988a (diff) |
makefu: move more stuff into base.nix
Diffstat (limited to 'makefu/1systems/pnp.nix')
-rw-r--r-- | makefu/1systems/pnp.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/makefu/1systems/pnp.nix b/makefu/1systems/pnp.nix index bc4c679b7..6693dc066 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 - ]; } |