Add thinkpad to ssh

This commit is contained in:
Yan Lin 2025-09-13 11:43:35 +02:00
parent 85b74e3328
commit 00f1991585

View file

@ -34,6 +34,16 @@
proxyJump = "vps";
};
"thinkpad" = {
hostname = "10.2.2.30";
user = "yanlin";
identityFile = "~/.ssh/keys/thinkpad";
setEnv = {
TERM = "xterm-256color";
};
proxyJump = "vps";
};
"vps" = {
hostname = "91.98.84.215";
user = "yanlin";