From 19c7b3ce3c5c6408b56ad950ec6c42f37a68a2ee Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:30:54 -0500 Subject: [PATCH] cleanup --- modules/home/all/juspay.nix | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/modules/home/all/juspay.nix b/modules/home/all/juspay.nix index 0b941da..3e954a3 100644 --- a/modules/home/all/juspay.nix +++ b/modules/home/all/juspay.nix @@ -3,18 +3,6 @@ programs.ssh = { enable = true; matchBlocks = { - # To clone Juspay repos. - # https://developer.1password.com/docs/ssh/agent/advanced/#match-key-with-host - # - # Download these from 1Password - "bitbucket.org" = { - identitiesOnly = true; - identityFile = "~/.ssh/juspay.pub"; - }; - "ssh.bitbucket.juspay.net" = { - identityFile = "~/.ssh/juspay.pub"; - }; - # For git cloning via another jump host "ssh.bitbucket.juspay.net" = { user = "git"; @@ -22,6 +10,9 @@ # This is the magic line that routes traffic # through the other machine proxyJump = "vanjaram"; + + # Download this from 1Password + identityFile = "~/.ssh/juspay.pub"; }; "vanjaram" = { forwardAgent = true;