Fix Ghostty on SSH

This commit is contained in:
Greg Hellings
2025-09-23 11:30:38 -05:00
parent 774b34cc49
commit eeb719e6b5
+4 -1
View File
@@ -28,7 +28,10 @@
"*" = {
dynamicForwards = [ { port = 10240; } ];
serverAliveInterval = 60;
extraOptions.LogLevel = "error";
extraOptions = {
LogLevel = "error";
SetEnv = "TERM=xterm-256color";
};
};
"10.42.1.4" = lib.hm.dag.entryBefore [ "10.42.*" ] nas;