-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename passwordFile to hashedPasswordFile #433
Conversation
This follows the rename that was done in nixpkgs. Reference PR NixOS/nixpkgs#254080
@@ -36,7 +36,7 @@ | |||
|
|||
users.users.example-user = { | |||
isNormalUser = true; | |||
passwordFile = config.sops.secrets.test_key.path; | |||
hashedPasswordFile = config.sops.secrets.test_key.path; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the 22.03 test we need to make this conditional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes, of course. I've added a fixup b43feda.
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 0a9d5e4 |
@Mic92 , not sure if you noticed or even if you care about this, but commits did not get squashed before being merged, so now there are two commits on the master branch when there should only be one fixup-ed commit. |
Missed it. I can probably use mergify next time to squash it. |
This follows the rename that was done in nixpkgs.
Reference PR NixOS/nixpkgs#254080