From 4bbeda2157ba1b055a1f5b83de151833cfd41572 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 27 Jul 2025 18:25:33 +0200 Subject: [PATCH] Remove unused remotes --- modules/ssh.nix | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/modules/ssh.nix b/modules/ssh.nix index 1926d63..e17cb18 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -42,19 +42,6 @@ identityFile = "~/.ssh/keys/pi"; }; - "ucloud-a40" = { - hostname = "130.225.38.194"; - user = "ucloud"; - identityFile = "~/.ssh/keys/ucloud"; - proxyJump = "imac"; - }; - - "ucloud-h100" = { - hostname = "ssh.cloud.sdu.dk"; - user = "ucloud"; - port = 2281; - identityFile = "~/.ssh/keys/ucloud"; - }; }; }; -} \ No newline at end of file +}