mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
vanjaram: used shared
This commit is contained in:
parent
a0543f9660
commit
35752ce4d9
1 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue