fix: Fixes initialPassword not being set correctly.
This commit is contained in:
parent
47271abd69
commit
abb2f82682
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ in {
|
|||
]);
|
||||
|
||||
users.users.greysoh = {
|
||||
initialPassword\ = "1234";
|
||||
initialPassword = "1234";
|
||||
isNormalUser = true;
|
||||
extraGroups = ["sudoer" "wheel"];
|
||||
|
||||
|
|
Reference in a new issue