summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/root/hosts.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/root/hosts.nix b/modules/root/hosts.nix
index b9f9d6e..cb526f2 100644
--- a/modules/root/hosts.nix
+++ b/modules/root/hosts.nix
@@ -14,4 +14,5 @@
"tjkeller.xyz"
];
};
+ environment.etc.hosts.mode = "0644"; # Allow temporary imperative modifications
}