From b6f0593187df8deebebaa891dc7e77b47032f427 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 26 Aug 2025 20:14:44 +0200 Subject: [PATCH] Remove imac ssh entry --- modules/ssh.nix | 7 ------- 1 file changed, 7 deletions(-) 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"; - }; - }; }; }