From 00f199158535e6b5684a9c9d48dd8679279c11e7 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 13 Sep 2025 11:43:35 +0200 Subject: [PATCH] Add thinkpad to ssh --- modules/ssh.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/ssh.nix b/modules/ssh.nix index f622825..acd0046 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -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";