From 35752ce4d9f9a2db5edebfc9d328464a75089369 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 19 Nov 2025 14:35:55 -0500 Subject: [PATCH] vanjaram: used shared --- modules/home/all/juspay.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/home/all/juspay.nix b/modules/home/all/juspay.nix index 3e954a3..3d25322 100644 --- a/modules/home/all/juspay.nix +++ b/modules/home/all/juspay.nix @@ -1,4 +1,7 @@ # For Juspay work +let + vanjaram = "vanjaram.tail12b27.ts.net"; # Shared with my tailnet +in { programs.ssh = { enable = true; @@ -9,12 +12,12 @@ # This is the magic line that routes traffic # through the other machine - proxyJump = "vanjaram"; + proxyJump = vanjaram; # Download this from 1Password identityFile = "~/.ssh/juspay.pub"; }; - "vanjaram" = { + "${vanjaram}" = { forwardAgent = true; }; };