Skip to content

Commit

Permalink
Add suffix to signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Nov 10, 2024
1 parent 6b4ef1f commit 0c2456b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/server/programs/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ in
}
// lib.optionalAttrs (args ? nixosConfig) {
commit.gpgsign = osConfig.yubikey.enable;
user.signingkey = "${config.home.homeDirectory}/.ssh/id_${osConfig.yubikey.signing}.pub";
user.signingkey = "${config.home.homeDirectory}/.ssh/id_${osConfig.yubikey.signing}_sign.pub";
gpg.format = "ssh";
};
};
Expand Down

0 comments on commit 0c2456b

Please sign in to comment.