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