From b3dfe87e32e7f99ad8d83fa764f6410c322d31f6 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Thu, 11 Sep 2025 11:20:49 +0200 Subject: [PATCH] Add proxy jump to hs with vps --- modules/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ssh.nix b/modules/ssh.nix index ec93bb1..f622825 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -31,6 +31,7 @@ setEnv = { TERM = "xterm-256color"; }; + proxyJump = "vps"; }; "vps" = {