fix: add test password for koishi in vmVariant
This commit is contained in:
parent
e96536c461
commit
1203e87ea2
|
@ -159,6 +159,12 @@ in {
|
||||||
|
|
||||||
# enable passwordless sudo
|
# enable passwordless sudo
|
||||||
security.sudo.wheelNeedsPassword = false;
|
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
|
# this is for home components that need to extend nixos
|
||||||
|
|
Loading…
Reference in a new issue