Skip to content
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

Merged
merged 3 commits into from
Nov 6, 2023
Merged

Conversation

Pizmovc
Copy link
Contributor

@Pizmovc Pizmovc commented Nov 3, 2023

This follows the rename that was done in nixpkgs.

Reference PR NixOS/nixpkgs#254080

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;
Copy link
Owner

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.

Copy link
Contributor Author

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.

@Pizmovc Pizmovc requested a review from Mic92 November 5, 2023 14:24
@Mic92
Copy link
Owner

Mic92 commented Nov 6, 2023

@mergify queue

Copy link
Contributor

mergify bot commented Nov 6, 2023

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at 0a9d5e4

@mergify mergify bot merged commit 0a9d5e4 into Mic92:master Nov 6, 2023
57 checks passed
@Pizmovc
Copy link
Contributor Author

Pizmovc commented Nov 6, 2023

@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.

@Mic92
Copy link
Owner

Mic92 commented Nov 6, 2023

Missed it. I can probably use mergify next time to squash it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants