From 41d02d19ea82353cbecef72da1663a0219311081 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 13 Jul 2026 20:04:00 -0500 Subject: [PATCH] chore: forward ssh-agent --- home/baseline/ssh.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home/baseline/ssh.nix b/home/baseline/ssh.nix index 1bc7b1c..b599d35 100644 --- a/home/baseline/ssh.nix +++ b/home/baseline/ssh.nix @@ -27,9 +27,12 @@ "*" = { DynamicForward = [ "10240" ]; - ServerAliveInterval = 60; + ForwardAgent = "yes"; LogLevel = "error"; - SetEnv = { TERM = "xterm-256color"; }; + ServerAliveInterval = 60; + SetEnv = { + TERM = "xterm-256color"; + }; }; "10.42.1.4" = lib.hm.dag.entryBefore [ "10.42.*" ] nas;