Skip to content

Commit

Permalink
Use 1password for git signing
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Aug 8, 2024
1 parent 0bd4ac0 commit c43a23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/git/global.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
...
}:
let
signing-program = if isLinux then throw "unimplemented" else "/Applications/1Password.app/Contents/MacOS/op-ssh-sign";
signing-program = if isLinux then "${pkgs._1password-gui}/bin/op-ssh-sign" else "/Applications/1Password.app/Contents/MacOS/op-ssh-sign";
in
{
programs.git = {
Expand Down

0 comments on commit c43a23c

Please sign in to comment.