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/2configs/base.nix | |
parent | 450d9e71ff0afc99511b840bed77a979795a988a (diff) |
makefu: move more stuff into base.nix
Diffstat (limited to 'makefu/2configs/base.nix')
-rw-r--r-- | makefu/2configs/base.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makefu/2configs/base.nix b/makefu/2configs/base.nix index 25d92d63d..906c74f7d 100644 --- a/makefu/2configs/base.nix +++ b/makefu/2configs/base.nix @@ -50,6 +50,10 @@ with lib; users.mutableUsers = false; boot.tmpOnTmpfs = true; + + networking.firewall.rejectPackets = true; + networking.firewall.allowPing = true; + systemd.tmpfiles.rules = [ "d /tmp 1777 root root - -" ]; |