diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-03-12 22:29:06 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-03-12 22:29:06 +0100 |
| commit | 6697507405a7674efe6045958e768f24df240002 (patch) | |
| tree | bef9bf28ef234aa6f89e94533b77a55a8f41bc76 /hosts | |
| parent | e24ce7987328000c6b3da2e4f51b8392b00a9e73 (diff) | |
Update
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/apocalypse/firewall.nix | 2 |
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; |
