mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
system: Set password to username by default
Ideally the user should supply their own hashedPassword.
This commit is contained in:
parent
3080c56023
commit
76a397031f
@ -100,7 +100,7 @@ in
|
||||
users.${username} = {
|
||||
isNormalUser = true;
|
||||
uid = 1000;
|
||||
password = "user";
|
||||
password = username;
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user