summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/apocalypse/firewall.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/apocalypse/firewall.nix b/hosts/apocalypse/firewall.nix
index df99c8d..f6220c5 100644
--- a/hosts/apocalypse/firewall.nix
+++ b/hosts/apocalypse/firewall.nix
@@ -42,6 +42,7 @@ let
];
in
{
+ environment.etc.hosts.mode = "0700";
networking.nftables.enable = true;
networking.firewall = {
enable = false;