Add hs.lan ssh entry

This commit is contained in:
Yan Lin 2025-09-20 00:20:01 +02:00
parent 34fc478794
commit 8c0183fb3c

View file

@ -34,6 +34,15 @@
proxyJump = "vps"; proxyJump = "vps";
}; };
"hs.lan" = {
hostname = "lan.hs.yanlincs.com";
user = "yanlin";
identityFile = "~/.ssh/keys/nas";
setEnv = {
TERM = "xterm-256color";
};
};
"thinkpad" = { "thinkpad" = {
hostname = "10.2.2.30"; hostname = "10.2.2.30";
user = "yanlin"; user = "yanlin";