Add jay_password_hash to secrets and set up the jay user with that hashed password file.

This commit is contained in:
jay
2025-07-10 07:27:54 -04:00
parent f3d41e4299
commit 9d30869c02
2 changed files with 2 additions and 3 deletions

View File

@@ -3,8 +3,7 @@
users.users.jay = {
isNormalUser = true;
description = "jay";
#hashedPasswordFile = config.sops.secrets.password_hash.path;
hashedPassword = "$6$RTOXVXRP1iLIXnQb$rVtTeqlJ7g3AcZgftmVdKFnT2ggCsnVayPlT4beLST9Oz2LHGT2fdcOC/yaQkISK3wzFLqh47fSHgQvRUWpl41";
hashedPasswordFile = config.sops.secrets.jay_password_hash.path;
extraGroups = [ "networkmanager" "wheel" ];
};
}