aboutsummaryrefslogtreecommitdiff
path: root/modules/system/nixos/boot.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-01 09:16:48 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-01 09:16:48 -0600
commit2a07183126da63858a287990cc7aa291b83e6d18 (patch)
tree57b309952e7180d9aa976af90323745d7d89812a /modules/system/nixos/boot.nix
parent2d84b4d1de0dc50bf50bb3cc7469db431b7708c5 (diff)
system update
Diffstat (limited to 'modules/system/nixos/boot.nix')
-rw-r--r--modules/system/nixos/boot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/nixos/boot.nix b/modules/system/nixos/boot.nix
index b7f5266..709a1ca 100644
--- a/modules/system/nixos/boot.nix
+++ b/modules/system/nixos/boot.nix
@@ -75,7 +75,7 @@ in {
system.etc.overlay = {
enable = true;
- mutable = true; # would love this to be false, but we're not there yet
+ mutable = true; # necessary for installing secrets into etc
};
system.nixos-init.enable = true;