Remove initial password

This commit is contained in:
Tim Schubert 2021-01-30 00:21:43 +01:00
parent f2d601dcbe
commit 8131024685
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -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";
};
};