summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-03-19 17:04:23 -0500
committerTim Keller <tjkeller.xyz>2025-03-19 17:04:23 -0500
commitd54288963941d5aded78d8bf34c198ee78f5ec24 (patch)
treeb75c2ae1bd4882f334dd73463907204a5cb708ca
parentb2ffba8311cef09a8e362422be72ab9cc117d98e (diff)
downloadnixos-d54288963941d5aded78d8bf34c198ee78f5ec24.tar.xz
nixos-d54288963941d5aded78d8bf34c198ee78f5ec24.zip
allow temp modifications to /etc/hostsHEADmaster
-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
}