From 0ead18ea70fe6e265c7b2fdb451194e85cb7371d Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:27:01 -0500 Subject: [PATCH] Fix --- configurations/home/srid@vixen.nix | 2 +- modules/home/all/1password.nix | 4 +++- modules/home/all/juspay.nix | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/configurations/home/srid@vixen.nix b/configurations/home/srid@vixen.nix index 0d6fa78..4882510 100644 --- a/configurations/home/srid@vixen.nix +++ b/configurations/home/srid@vixen.nix @@ -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" diff --git a/modules/home/all/1password.nix b/modules/home/all/1password.nix index 8eda625..a44140c 100644 --- a/modules/home/all/1password.nix +++ b/modules/home/all/1password.nix @@ -1,6 +1,8 @@ { pkgs, ... }: { - home.packages = [ pkgs._1password-cli ]; + # home.packages = [ pkgs._1password-cli ]; + # Using native CLI ^ + programs.ssh = { enable = true; enableDefaultConfig = false; diff --git a/modules/home/all/juspay.nix b/modules/home/all/juspay.nix index 9336e5b..0b941da 100644 --- a/modules/home/all/juspay.nix +++ b/modules/home/all/juspay.nix @@ -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; + }; }; };