From f348294f028522fc1a0ebcfbcad7d1cd2460984d Mon Sep 17 00:00:00 2001 From: tengel Date: Mon, 2 Mar 2026 06:14:26 -0600 Subject: [PATCH] add gcr socket for ssh-add --- archxfce.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/archxfce.sh b/archxfce.sh index a3a1676..2b56ef9 100644 --- a/archxfce.sh +++ b/archxfce.sh @@ -510,6 +510,10 @@ EOF logact systemctl enable sysstat.service logact systemctl enable haveged.service + # User units have issues activating with --user + logact ln -sf /usr/lib/systemd/user/gcr-ssh-agent.socket \ + /etc/systemd/user/sockets.target.wants/gcr-ssh-agent.socket + touch /root/.archxfce/stage-7.done else logact echo " - /root/.archxfce/stage-7.done found, skipping."