chore: forward ssh-agent

This commit is contained in:
Greg Hellings
2026-07-13 20:04:00 -05:00
parent 4f79033b04
commit 41d02d19ea
+5 -2
View File
@@ -27,9 +27,12 @@
"*" = { "*" = {
DynamicForward = [ "10240" ]; DynamicForward = [ "10240" ];
ServerAliveInterval = 60; ForwardAgent = "yes";
LogLevel = "error"; LogLevel = "error";
SetEnv = { TERM = "xterm-256color"; }; ServerAliveInterval = 60;
SetEnv = {
TERM = "xterm-256color";
};
}; };
"10.42.1.4" = lib.hm.dag.entryBefore [ "10.42.*" ] nas; "10.42.1.4" = lib.hm.dag.entryBefore [ "10.42.*" ] nas;