From 0c5fd4bd5b7404ad5a87b7e29af1354b42e39282 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sun, 16 Jun 2024 10:22:53 +0200 Subject: [PATCH] [ssh] feat: added bastion hosts --- nix/home/ssh/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home/ssh/ssh.nix b/nix/home/ssh/ssh.nix index 61fc8a7..beb9d3e 100644 --- a/nix/home/ssh/ssh.nix +++ b/nix/home/ssh/ssh.nix @@ -16,7 +16,7 @@ # jumphost "bastion" = { hostname = "192.168.10.55"; - proxyJump = "do.siempie.com" + proxyJump = "do.siempie.com"; }; # siempie lab