fix: Fixes initialPassword not being set correctly.

This commit is contained in:
greysoh 2024-07-13 18:45:03 -04:00
parent 47271abd69
commit abb2f82682
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -36,7 +36,7 @@ in {
]);
users.users.greysoh = {
initialPassword\ = "1234";
initialPassword = "1234";
isNormalUser = true;
extraGroups = ["sudoer" "wheel"];