diff --git a/modules/ssh.nix b/modules/ssh.nix index adfb0ec..c9031d5 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -32,12 +32,6 @@ identityFile = "~/.ssh/keys/pi"; }; - "cm" = { - hostname = "cm.hw.yanlincs.com"; - user = "yanlin"; - identityFile = "~/.ssh/keys/pi"; - }; - "personal-vps" = { hostname = "personal.vps.yanlincs.com"; user = "root";