Skip to content

Commit

Permalink
Fix azure git config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Feb 6, 2025
1 parent 723fa21 commit a21ea79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ in
};
}
{
condition = "hasconfig:remote.*.url:ssh://[email protected]:*/**";
condition = "hasconfig:remote.*.url:[email protected]:*/**";
contents = {
user.email = "[email protected]";
user.signingkey = rsaPublicKey;
Expand Down

0 comments on commit a21ea79

Please sign in to comment.