summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2026-01-30 12:43:18 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-01-30 12:43:18 +0100
commite0cebbe2129e66047ca9ba233d3b7c59af473c24 (patch)
treea90dcffa9903e3435e2d3f82112efa46eddd8ce2 /hosts
parent790f82e530c7c34b8685ee6a52ddbecf70639c6f (diff)
Make hosts editable on apoc and fix hyprpaper
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;