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

@ -18,7 +18,7 @@ in
"${homeMod}/all/bash.nix"
"${homeMod}/all/terminal.nix"
"${homeMod}/all/juspay-vertex.nix"
# "${homeMod}/all/1password.nix"
"${homeMod}/all/1password.nix"
# Remote builders
# "${homeMod}/all/buildMachines"

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;
};
};
};