From 5a29eb5970abd206f53c4492dc666c83c6a6ef94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 12 Feb 2025 17:05:54 +0100 Subject: [PATCH] Home Gen449 @ 2025-02-12-17:05 --- modules/home/yubikey.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/yubikey.nix b/modules/home/yubikey.nix index 5bb2f8b..26b5d19 100644 --- a/modules/home/yubikey.nix +++ b/modules/home/yubikey.nix @@ -37,7 +37,7 @@ ''; }; home.sessionVariables = { - SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh"; + SSH_AUTH_SOCK = "$\{XDG_RUNTIME_DIR\}/gnupg/S.gpg-agent.ssh"; }; }; }