From c9fa3dbe4cd2953b0bd0741f0ccdc375660bc44a Mon Sep 17 00:00:00 2001 From: _cry64 Date: Fri, 27 Feb 2026 13:04:53 +1000 Subject: [PATCH] SSH_AUTH_SOCK not needed --- homes/me/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/me/default.nix b/homes/me/default.nix index 154a7b9..6f6359a 100755 --- a/homes/me/default.nix +++ b/homes/me/default.nix @@ -165,7 +165,7 @@ gnome-keyring.enable = true; }; # the ssh-agent won't set this for itself... - systemd.user.sessionVariables.SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/ssh-agent"; + # systemd.user.sessionVariables.SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/ssh-agent"; # Nicely reload system units when changing configs systemd.user.startServices = "sd-switch";