mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-05-05 19:38:48 +00:00
Set default password for user
This commit is contained in:
parent
fca2f89046
commit
9c9a71c2c8
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ in {
|
||||||
|
|
||||||
users.users.user = {
|
users.users.user = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
initialPassword = "user"; # should be changed right after start
|
||||||
extraGroups = [ "audio" "libvirtd" ];
|
extraGroups = [ "audio" "libvirtd" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue