From f14bb9f4360f92ca49db82c3acfa18ef73c90c70 Mon Sep 17 00:00:00 2001 From: catvayor Date: Sat, 19 Oct 2024 15:35:36 +0200 Subject: [PATCH] ~ --- modules/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; + }; }; }; }