From 1bb6e550d8b8f0ba5de5307d35dd6231cbc1ec0b Mon Sep 17 00:00:00 2001 From: Haonan Chen Date: Sat, 3 Jan 2026 14:18:55 +0800 Subject: [PATCH] modules.user.chn.ssh: Set TERM for wlin host --- modules/user/chn/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/user/chn/ssh.nix b/modules/user/chn/ssh.nix index 170540f6..9d10ecb9 100644 --- a/modules/user/chn/ssh.nix +++ b/modules/user/chn/ssh.nix @@ -13,6 +13,7 @@ inputs: xmuhk = { host = "xmuhk"; hostname = "10.26.14.64"; user = "xmuhk"; }; 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"; + wlin.setEnv.TERM = "xterm-256color"; "tinc0.jykang" = jykang; }; extraConfig = inputs.lib.mkIf inputs.config.nixos.model.private