add: git option: 1password ssh commit signing
This commit is contained in:
parent
0be441deab
commit
ef711fd4ad
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@
|
||||||
package = pkgs.gitAndTools.gitFull;
|
package = pkgs.gitAndTools.gitFull;
|
||||||
userName = "ooks-io";
|
userName = "ooks-io";
|
||||||
userEmail = "ooks@protonmail.com";
|
userEmail = "ooks@protonmail.com";
|
||||||
|
extraConfig = {
|
||||||
|
gpg."ssh".program = "${pkgs._1password-gui}/bin/op-ssh-sign";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue