SSH_AUTH_SOCK not needed

This commit is contained in:
do butterflies cry? 2026-02-27 13:04:53 +10:00
parent 75e3422941
commit c9fa3dbe4c

View file

@ -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";