From 22037b4400ac21afa58ad94d9f8e68fecf281204 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 6 Sep 2025 23:50:03 +0200 Subject: [PATCH] Add hs host entry --- modules/ssh.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ssh.nix b/modules/ssh.nix index dfb5369..457961d 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -24,9 +24,9 @@ proxyJump = "pi"; }; - "nas" = { - hostname = "nas.hw.yanlincs.com"; - user = "root"; + "hs" = { + hostname = "hs.hw.yanlincs.com"; + user = "yanlin"; identityFile = "~/.ssh/keys/nas"; };