diff --git a/machines/vendetta.nix b/machines/vendetta.nix index 42b4d8b..3b3d459 100644 --- a/machines/vendetta.nix +++ b/machines/vendetta.nix @@ -31,7 +31,7 @@ in { ]; deployment = { - targetHost = hostname; + targetHost = ip_pub; targetPort = 22; targetUser = "root"; diff --git a/machines/vigil.nix b/machines/vigil.nix index 69bda22..295c733 100644 --- a/machines/vigil.nix +++ b/machines/vigil.nix @@ -25,7 +25,7 @@ in { ]; deployment = { - targetHost = hostname; + targetHost = ip_pub; targetPort = 22; targetUser = "root";