diff --git a/modules/ssh.nix b/modules/ssh.nix index a5c167f..adfb0ec 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -13,7 +13,6 @@ identityFile = "~/.ssh/keys/github"; }; - "aicloud" = { hostname = "aicloud"; user = "hb05nk@cs.aau.dk"; @@ -45,12 +44,6 @@ identityFile = "~/.ssh/keys/hetzner"; }; - "imac" = { - hostname = "imac.hw.yanlincs.com"; - user = "yanlin"; - identityFile = "~/.ssh/keys/imac"; - }; - }; }; }