mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 02:09:26 +08:00
modules.user.chn.ssh: Set TERM for wlin host
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user