diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-01 09:16:48 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-01 09:16:48 -0600 |
| commit | 2a07183126da63858a287990cc7aa291b83e6d18 (patch) | |
| tree | 57b309952e7180d9aa976af90323745d7d89812a /modules/system/nixos/boot.nix | |
| parent | 2d84b4d1de0dc50bf50bb3cc7469db431b7708c5 (diff) | |
system update
Diffstat (limited to 'modules/system/nixos/boot.nix')
| -rw-r--r-- | modules/system/nixos/boot.nix | 2 |
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; |
