vanjaram: used shared

This commit is contained in:
Sridhar Ratnakumar 2025-11-19 14:35:55 -05:00
parent a0543f9660
commit 35752ce4d9

View file

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