From 81e4fe2153d0d3029082501c845309774644c262 Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Mon, 11 May 2026 07:16:03 -0500 Subject: [PATCH] Enable ssh agent forwarding on vps --- ssh.nix | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.51.2