diff --git a/home/juspay.nix b/home/juspay.nix index f60c15b..96f717a 100644 --- a/home/juspay.nix +++ b/home/juspay.nix @@ -21,6 +21,9 @@ identitiesOnly = true; identityFile = "~/.ssh/juspay.pub"; }; + "ssh.bitbucket.juspay.net" = { + identityFile = "~/.ssh/juspay.pub"; + }; }; };