From f4df67f020df89f74be86d60933324835a32b8c6 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 8 Sep 2025 21:46:09 +0200 Subject: [PATCH] Edit vps ssh entry --- modules/ssh.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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"; };