diff --git a/modules/home/security/ssh/default.nix b/modules/home/security/ssh/default.nix index c4f1b1b..2d6b046 100644 --- a/modules/home/security/ssh/default.nix +++ b/modules/home/security/ssh/default.nix @@ -45,16 +45,6 @@ in # Linux (mkIf pkgs.stdenv.isLinux { services.ssh-agent.enable = true; - - # Force SSH_AUTH_SOCK to beat Gnome/GCR - home.sessionVariables.SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/ssh-agent"; - - # Mask/Override GCR SSH component - systemd.user.services.gcr-ssh-agent = { - Unit.Description = "Disabled"; - Service = lib.mkForce { }; - Install.WantedBy = lib.mkForce [ ]; - }; }) ]); }