hashed password file

This commit is contained in:
Ryan Mulligan 2025-08-05 15:20:17 -07:00
parent 0814fdc0de
commit bc3b131642
4 changed files with 6 additions and 6 deletions

View file

@ -46,7 +46,7 @@ Example referring to path:
{
users.users.ryantm = {
isNormalUser = true;
passwordFile = config.age.secrets.passwordfile-ryantm.path;
hashedPasswordFile = config.age.secrets.passwordfile-ryantm.path;
};
}
```

View file

@ -46,7 +46,7 @@
{
users.users.user1 = {
isNormalUser = true;
passwordFile = config.age.secrets.secret1.path;
hashedPasswordFile = config.age.secrets.secret1.path;
};
}
```