From 4a479f5be43edd305032dcd0beec9222908d63b1 Mon Sep 17 00:00:00 2001 From: foehammer127 Date: Fri, 3 Oct 2025 21:11:48 -0400 Subject: [PATCH] (Hopefully) fix ssh socket issues. --- common/bash.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/bash.nix b/common/bash.nix index 7aa944a..96c8f00 100644 --- a/common/bash.nix +++ b/common/bash.nix @@ -7,6 +7,9 @@ export PATH=$PATH:/usr/local/bin:/usr/bin:/bin ''; + bashrcExtra = '' + export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" + ''; }; home = {