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; package = pkgs.gitAndTools.gitFull;
userName = admin.gitName; userName = admin.gitName;
userEmail = admin.gitEmail; userEmail = admin.gitEmail;
extraConfig = {
gpg."ssh".program = "${pkgs._1password-gui}/bin/op-ssh-sign";
};
ignores = [ ".direnv" "result" ]; ignores = [ ".direnv" "result" ];
lfs.enable = true; lfs.enable = true;
}; };

View file

@ -7,8 +7,6 @@ in
{ {
config = mkIf (host.type != "phone") { config = mkIf (host.type != "phone") {
environment.sessionVariables.SSH_AUTH_SOCK = "~/.1password/agent.sock";
services.openssh = { services.openssh = {
enable = true; enable = true;
settings = { settings = {