feat(vm): configure initial password for users to allow login
This commit is contained in:
parent
e64cf18222
commit
c0a1443ba9
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.khais = {
|
users.users.khais = {
|
||||||
|
initialPassword = "asunarovow";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Khaïs COLIN";
|
description = "Khaïs COLIN";
|
||||||
extraGroups = [ "networkmanager" "wheel" "podman" ];
|
extraGroups = [ "networkmanager" "wheel" "podman" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue