Fix Ghostty on SSH
This commit is contained in:
@@ -28,7 +28,10 @@
|
|||||||
"*" = {
|
"*" = {
|
||||||
dynamicForwards = [ { port = 10240; } ];
|
dynamicForwards = [ { port = 10240; } ];
|
||||||
serverAliveInterval = 60;
|
serverAliveInterval = 60;
|
||||||
extraOptions.LogLevel = "error";
|
extraOptions = {
|
||||||
|
LogLevel = "error";
|
||||||
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user