fix: add test password for koishi in vmVariant
This commit is contained in:
parent
f85bc4780a
commit
e93b65fff5
1 changed files with 6 additions and 0 deletions
|
@ -159,6 +159,12 @@ in {
|
|||
|
||||
# enable passwordless sudo
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
# enable access in build-vm
|
||||
virtualisation.vmVariant = {
|
||||
users.users.koishi.password = "passwd";
|
||||
users.users.koishi.hashedPasswordFile = mkForce null;
|
||||
};
|
||||
};
|
||||
|
||||
# this is for home components that need to extend nixos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue