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"; + }; }; }; }