From 4010508bf0954f354001f913cbd9e5e40c1ca7bd Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Sun, 19 May 2024 23:34:02 +0200 Subject: [PATCH] did i not change those hostnames three times already???? --- programs/ssh.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programs/ssh.nix b/programs/ssh.nix index f345357..65a3194 100644 --- a/programs/ssh.nix +++ b/programs/ssh.nix @@ -65,11 +65,11 @@ user = "ubuntu"; }; hec-builder = { - hostname = "10.5.5.56"; + hostname = "10.5.5.72"; user = "root"; }; - priv-hec = { - hostname = "10.5.5.77"; + old-hec-builder = { + hostname = "10.5.5.56"; user = "root"; }; storage = {