This commit is contained in:
Sridhar Ratnakumar 2025-11-17 11:27:01 -05:00
parent b6ac2b742b
commit 0ead18ea70
3 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,8 @@
{ pkgs, ... }:
{
home.packages = [ pkgs._1password-cli ];
# home.packages = [ pkgs._1password-cli ];
# Using native CLI ^
programs.ssh = {
enable = true;
enableDefaultConfig = false;

View file

@ -18,10 +18,14 @@
# For git cloning via another jump host
"ssh.bitbucket.juspay.net" = {
user = "git";
# This is the magic line that routes traffic
# through the other machine
proxyJump = "vanjaram";
};
"vanjaram" = {
forwardAgent = true;
};
};
};