From 720c99add20e0e71ec4f0b4662ba1f384d6eb362 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 30 Nov 2025 13:48:01 +0100 Subject: [PATCH] minor --- modules/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssh.nix b/modules/ssh.nix index a3dee3a..d72e5ff 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -40,7 +40,7 @@ }; "thinkpad" = { - hostname = "10.2.2.30"; + hostname = "vpn.thinkpad.yanlincs.com"; user = "yanlin"; identityFile = "~/.ssh/keys/thinkpad"; setEnv = {