add default usr password

This commit is contained in:
randomuser 2023-07-13 12:16:31 -05:00
parent f84fca3659
commit af314b9066
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ in {
users.users.usr = {
isNormalUser = true;
extraGroups = [ "wheel" ];
initialPassword = "usr";
packages = with pkgs; [
firefox
tree