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"; };