diff --git a/modules/ssh.nix b/modules/ssh.nix index da4a45c..5f761ac 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -39,14 +39,8 @@ identityFile = "~/.ssh/keys/pi"; }; - "personal-vps" = { - hostname = "personal.vps.yanlincs.com"; - user = "root"; - identityFile = "~/.ssh/keys/hetzner"; - }; - "vps" = { - hostname = "91.98.84.215"; + hostname = "vps.yanlincs.com"; user = "yanlin"; identityFile = "~/.ssh/keys/hetzner"; };