feat(1password): remove 1password ssh agent

This commit is contained in:
ooks-io 2024-06-24 18:39:52 +12:00
parent a049492c98
commit 8e5607e4f2
2 changed files with 0 additions and 5 deletions

View file

@ -11,9 +11,6 @@
package = pkgs.gitAndTools.gitFull;
userName = admin.gitName;
userEmail = admin.gitEmail;
extraConfig = {
gpg."ssh".program = "${pkgs._1password-gui}/bin/op-ssh-sign";
};
ignores = [ ".direnv" "result" ];
lfs.enable = true;
};