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