aboutsummaryrefslogtreecommitdiff
path: root/modules/system/nixos/boot.nix
diff options
context:
space:
mode:
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;