diff --git a/ssh.nix b/ssh.nix index d6f94ca..e69e2d3 100644 --- a/ssh.nix +++ b/ssh.nix @@ -8,6 +8,9 @@ programs.ssh = { enable = true; enableDefaultConfig = false; + matchBlocks."15.204.234.43" = { + forwardAgent = true; + }; matchBlocks."*" = { identityAgent = "~/.1password/agent.sock"; forwardAgent = false;