diff --git a/modules/ssh.nix b/modules/ssh.nix index b98e5fc..297a79a 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -80,6 +80,10 @@ hostname = "fd26:baf9:d250:8000::ffff"; proxyJump = "vault01.dgnum"; }; + "krz01.dgnum" = { + user = "root"; + hostname = "129.199.146.21"; + }; }; }; }