modules.user.chn.ssh: Set TERM for wlin host

This commit is contained in:
2026-01-03 14:18:55 +08:00
parent c9bd7b48d7
commit 1bb6e550d8

View File

@@ -13,6 +13,7 @@ inputs:
xmuhk = { host = "xmuhk"; hostname = "10.26.14.64"; user = "xmuhk"; }; xmuhk = { host = "xmuhk"; hostname = "10.26.14.64"; user = "xmuhk"; };
xmuhk2 = { host = "xmuhk2"; hostname = "183.233.219.132"; user = "xmuhk"; port = 62022; }; xmuhk2 = { host = "xmuhk2"; hostname = "183.233.219.132"; user = "xmuhk"; port = 62022; };
jykang.setEnv.TERM = "chn_unset_ls_colors:chn_cd:linwei/chn:xterm-256color"; jykang.setEnv.TERM = "chn_unset_ls_colors:chn_cd:linwei/chn:xterm-256color";
wlin.setEnv.TERM = "xterm-256color";
"tinc0.jykang" = jykang; "tinc0.jykang" = jykang;
}; };
extraConfig = inputs.lib.mkIf inputs.config.nixos.model.private extraConfig = inputs.lib.mkIf inputs.config.nixos.model.private