From 44750155f159c46fadaf90bdc4f199ec85c5a41b Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 24 May 2024 00:00:44 +0100 Subject: [PATCH] fix: use teh hostnames for these --- machines/earth.nix | 2 +- machines/skynet.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/earth.nix b/machines/earth.nix index e8c2f9d..a6915be 100644 --- a/machines/earth.nix +++ b/machines/earth.nix @@ -24,7 +24,7 @@ in { ]; deployment = { - targetHost = ip_pub; + targetHost = hostname; targetPort = 22; targetUser = null; diff --git a/machines/skynet.nix b/machines/skynet.nix index ee8ea13..4acaf6f 100644 --- a/machines/skynet.nix +++ b/machines/skynet.nix @@ -27,7 +27,7 @@ in { ]; deployment = { - targetHost = ip_pub; + targetHost = hostname; targetPort = 22; targetUser = null;