From b481ad12e0d4978751d0954ac3addc053581766a Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 30 Jul 2025 09:58:20 +0200 Subject: [PATCH] Add imac ssh config --- modules/ssh.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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"; + }; + }; }; }