From 8c0183fb3cb073f16aced8d4cf8fa02368e70f04 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 20 Sep 2025 00:20:01 +0200 Subject: [PATCH] Add hs.lan ssh entry --- modules/ssh.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/ssh.nix b/modules/ssh.nix index 60a54a7..6612748 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -34,6 +34,15 @@ proxyJump = "vps"; }; + "hs.lan" = { + hostname = "lan.hs.yanlincs.com"; + user = "yanlin"; + identityFile = "~/.ssh/keys/nas"; + setEnv = { + TERM = "xterm-256color"; + }; + }; + "thinkpad" = { hostname = "10.2.2.30"; user = "yanlin";