mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-04 15:33:18 +00:00
Set default password for user
This commit is contained in:
parent
fca2f89046
commit
9c9a71c2c8
|
@ -32,6 +32,7 @@ in {
|
|||
|
||||
users.users.user = {
|
||||
isNormalUser = true;
|
||||
initialPassword = "user"; # should be changed right after start
|
||||
extraGroups = [ "audio" "libvirtd" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue