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