Remove initial password
This commit is contained in:
parent
f2d601dcbe
commit
8131024685
1 changed files with 0 additions and 2 deletions
|
@ -94,14 +94,12 @@ in
|
|||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" "libvirtd" "adbusers" "kvm" "video" "scanner" "lp" "docker" ];
|
||||
shell = "/run/current-system/sw/bin/zsh";
|
||||
initialHashedPassword = "nopass";
|
||||
};
|
||||
|
||||
"tim.schubert" = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "networkmanager" "libvirtd" "adbusers" "kvm" "video" "scanner" "lp" "docker" ];
|
||||
shell = "/run/current-system/sw/bin/zsh";
|
||||
initialHashedPassword = "nopass";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue