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;