summaryrefslogtreecommitdiffstats
path: root/makefu/2configs
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/2configs
parent450d9e71ff0afc99511b840bed77a979795a988a (diff)
makefu: move more stuff into base.nix
Diffstat (limited to 'makefu/2configs')
-rw-r--r--makefu/2configs/base.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefu/2configs/base.nix b/makefu/2configs/base.nix
index 25d92d63..906c74f7 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 - -"
];