Skip to content

Commit

Permalink
fix(git): use keys-gh
Browse files Browse the repository at this point in the history
  • Loading branch information
comfysage committed Dec 3, 2024
1 parent 967022a commit b99d01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/comfy/packages/misc/git/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ in

commit.gpgsign = true;
gpg.format = "ssh";
user.signingkey = osConfig.age.secrets.keys-comfy-gh.path;
user.signingkey = osConfig.age.secrets.keys-gh.path;
# personal preference
init.defaultBranch = "main";
# prevent data corruption
Expand Down

0 comments on commit b99d01b

Please sign in to comment.