mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
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:
parent
5bc2cde6e5
commit
4e3f66f703
2 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
users.users.example-user = {
|
||||
isNormalUser = true;
|
||||
passwordFile = config.sops.secrets.test_key.path;
|
||||
hashedPasswordFile = config.sops.secrets.test_key.path;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue