Rename passwordFile to hashedPasswordFile

This follows the rename that was done in nixpkgs.

Reference PR https://github.com/NixOS/nixpkgs/pull/254080
This commit is contained in:
pizmovc 2023-11-03 19:39:10 +01:00 committed by mergify[bot]
parent 5bc2cde6e5
commit 4e3f66f703
2 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@
users.users.example-user = {
isNormalUser = true;
passwordFile = config.sops.secrets.test_key.path;
hashedPasswordFile = config.sops.secrets.test_key.path;
};
};