summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2026-03-12 22:29:06 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-03-12 22:29:06 +0100
commit6697507405a7674efe6045958e768f24df240002 (patch)
treebef9bf28ef234aa6f89e94533b77a55a8f41bc76 /hosts
parente24ce7987328000c6b3da2e4f51b8392b00a9e73 (diff)
Update
Diffstat (limited to 'hosts')
-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;