From 30fed0d178dde2cf546596c08ba793d35dc8277e Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 30 Aug 2025 21:34:37 +0200 Subject: [PATCH] Remove host CM --- modules/ssh.nix | 6 ------ 1 file changed, 6 deletions(-) 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";