system: Set password to username by default

Ideally the user should supply their own hashedPassword.
This commit is contained in:
Donovan Glover 2024-04-06 08:10:51 -04:00
parent 3080c56023
commit 76a397031f
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -100,7 +100,7 @@ in
users.${username} = {
isNormalUser = true;
uid = 1000;
password = "user";
password = username;
extraGroups = [ "wheel" "networkmanager" ];
};
};