feat(laozi): add hashed password as default

This commit is contained in:
madmin 2024-07-20 10:18:51 +02:00
parent fde6fcaaa9
commit 8ff1baaf2d
1 changed files with 3 additions and 3 deletions

View File

@ -24,8 +24,8 @@ in
users.mutableUsers = false; # Only allow declarative credentials; Required for sops users.mutableUsers = false; # Only allow declarative credentials; Required for sops
users.users.${configVars.username} = { users.users.${configVars.username} = {
isNormalUser = true; isNormalUser = true;
# password = "nixos"; # Overridden if sops is working # Default password
hashedPassword = "$6$gqmjBcKTV.mEEFHT$00sEfU1PmYpteavq3ihu5GfxWjnG3wKB56TlyhC3f/XTDg2W/SGH1d78eNRdazHR0/5wiCJmHRNgRaRAP1mpP/"; # Overridden if sops is working
extraGroups = [ extraGroups = [
"wheel" "wheel"
] ++ ifTheyExist [ ] ++ ifTheyExist [