From 23d4d205ad5699f05c0d8d343adedc4f442f62f4 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 3 Apr 2024 10:52:20 +1100 Subject: [PATCH] ssh: add immediacy --- home/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/ssh.nix b/home/ssh.nix index 8693b3b..d774ee9 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -13,6 +13,10 @@ user = "admin"; forwardAgent = true; }; + immediacy = { + hostname = "65.109.84.215"; + forwardAgent = true; + }; # To clone Juspay repos. # https://developer.1password.com/docs/ssh/agent/advanced/#match-key-with-host "bitbucket.org" = {