From 12806c648904d0fabd00ea21df5ac7271996e1a4 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 27 Jul 2025 18:27:16 +0200 Subject: [PATCH] Remove (more) unused remotes --- modules/ssh.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/ssh.nix b/modules/ssh.nix index e17cb18..a60de52 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -5,6 +5,7 @@ enable = true; matchBlocks = { + "aicloud" = { hostname = "aicloud"; user = "hb05nk@cs.aau.dk"; @@ -36,12 +37,6 @@ identityFile = "~/.ssh/keys/hetzner"; }; - "zero" = { - hostname = "zero.hw.yanlincs.com"; - user = "yanlin"; - identityFile = "~/.ssh/keys/pi"; - }; - }; }; }