add default usr password
This commit is contained in:
parent
f84fca3659
commit
af314b9066
|
@ -120,6 +120,7 @@ in {
|
|||
users.users.usr = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
initialPassword = "usr";
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
tree
|
||||
|
|
Loading…
Reference in New Issue