From 6632daee853b74a0f4c15ab547d08267ef5c53f6 Mon Sep 17 00:00:00 2001 From: catvayor Date: Wed, 10 Jul 2024 15:24:51 +0200 Subject: [PATCH] oob --- modules/ssh.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ssh.nix b/modules/ssh.nix index a5e280a..74f92f0 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -74,6 +74,11 @@ user = "root"; hostname = "vault01.hyp01.infra.dgnum.eu"; }; + "oob.dgn" = { + user = "root"; + hostname = "fd26:baf9:d250:8000::ffff"; + proxyJump = "vault01.dgnum"; + }; }; }; }