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;