From d54288963941d5aded78d8bf34c198ee78f5ec24 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 19 Mar 2025 17:04:23 -0500 Subject: allow temp modifications to /etc/hosts --- modules/root/hosts.nix | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit v1.2.3