From 60c707560c63fa373fc05a315aaa142d675e5cc6 Mon Sep 17 00:00:00 2001 From: alina sireneva Date: Fri, 12 Jul 2024 02:28:26 +0300 Subject: [PATCH] feat(teidesu): added `orb` ssh host --- users/teidesu/ssh.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/users/teidesu/ssh.nix b/users/teidesu/ssh.nix index 98323cb..35b800f 100644 --- a/users/teidesu/ssh.nix +++ b/users/teidesu/ssh.nix @@ -31,6 +31,14 @@ in { identityFile = "~/.ssh/ssh.pub"; }; } // (lib.optionalAttrs isDarwin { + + # orbstack host + "orb" = { + hostname = "127.0.0.1"; + port = 32222; + identityFile = "~/.orbstack/ssh/id_ed25519"; + identitiesOnly = true; + }; # 1password ssh agent "*" = { extraOptions = {