home: add test password for koishi in vmVariant
This commit is contained in:
parent
7aee5a0d61
commit
982192ae30
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue