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"; - }; - }; }; }