nixos/hm/common: tweak ssh settings
This commit is contained in:
parent
ca5ab3a501
commit
49cab76737
1 changed files with 7 additions and 8 deletions
|
@ -45,13 +45,7 @@ in
|
||||||
};
|
};
|
||||||
in ({
|
in ({
|
||||||
sar1 = {
|
sar1 = {
|
||||||
hostname = "82.163.116.114";
|
hostname = "172.16.0.1";
|
||||||
extraOptions.setEnv = "TERM=xterm-256color";
|
|
||||||
};
|
|
||||||
sar1-mon1 = {
|
|
||||||
user = "eng";
|
|
||||||
hostname = "172.16.0.9";
|
|
||||||
proxyJump = "sar1";
|
|
||||||
extraOptions.setEnv = "TERM=xterm-256color";
|
extraOptions.setEnv = "TERM=xterm-256color";
|
||||||
};
|
};
|
||||||
su-cinema-ernie = {
|
su-cinema-ernie = {
|
||||||
|
@ -74,7 +68,12 @@ in
|
||||||
hostname = "whitby.tvl.fyi";
|
hostname = "whitby.tvl.fyi";
|
||||||
};
|
};
|
||||||
} // (builtins.listToAttrs [
|
} // (builtins.listToAttrs [
|
||||||
{ name = allEventBlocks; value = { proxyJump = "sar1"; extraOptions.setEnv = "TERM=xterm-256color"; }; }
|
{
|
||||||
|
name = allEventBlocks;
|
||||||
|
value = {
|
||||||
|
extraOptions.setEnv = "TERM=xterm-256color";
|
||||||
|
};
|
||||||
|
}
|
||||||
]));
|
]));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue