Correct bin path
This commit is contained in:
parent
ccafffecf8
commit
42823f044e
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ in
|
|||
signingKey = cfg.signingKey;
|
||||
};
|
||||
gpg.format = "ssh";
|
||||
gpg.program = "${pkgs._1password}/bin/op-ssh-sign";
|
||||
# gpg.ssh.program = "/etc/profiles/per-user/jahanson/bin/op-ssh-sign";
|
||||
gpg.ssh.program = "${pkgs._1password-gui}/bin/op-ssh-sign";
|
||||
};
|
||||
aliases = {
|
||||
co = "checkout";
|
||||
|
|
Reference in a new issue