diff --git a/modules/ssh.nix b/modules/ssh.nix index d8bede4..a5c167f 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -45,6 +45,12 @@ identityFile = "~/.ssh/keys/hetzner"; }; + "imac" = { + hostname = "imac.hw.yanlincs.com"; + user = "yanlin"; + identityFile = "~/.ssh/keys/imac"; + }; + }; }; }