From 715bc0b4933e0df9249337f2372a59ea2f0394fa Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 16 Feb 2026 15:22:46 -0700 Subject: [PATCH] ????!!!! --- modules/home/ssh.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/home/ssh.nix b/modules/home/ssh.nix index 3416024..d3a8691 100644 --- a/modules/home/ssh.nix +++ b/modules/home/ssh.nix @@ -5,11 +5,12 @@ enable = true; enableDefaultConfig = false; - extraConfig = '' - IdentityAgent /Users/atridad/.bitwarden-ssh-agent.sock - ''; - matchBlocks = { + "*" = { + extraOptions = { + IdentityAgent = "/Users/atridad/.bitwarden-ssh-agent.sock"; + }; + }; "localhost" = { userKnownHostsFile = "/dev/null"; };