Explain change of code
This commit is contained in:
parent
83bfad9a1b
commit
bea09f2582
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ in {
|
|||
# Prevent GRUB2 errors in `nixos-rebuild build-vm-with-bootloader`
|
||||
boot.loader.efi.efiSysMountPoint = lib.mkVMOverride "/boot";
|
||||
|
||||
# Override passwords backed by `sops-nix`
|
||||
# Override passwords backed by `sops-nix` as `nixos-rebuild build-vm-with-bootloader`
|
||||
# does not seem to play along well with `sops-nix`
|
||||
users.sopsPasswordOverride = lib.mkIf overrideSops {
|
||||
enable = true;
|
||||
password = "admin";
|
||||
|
|
Loading…
Reference in a new issue