From b545c623d261274602f5759df54f4ae0111cc723 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 24 May 2024 00:30:25 +0100 Subject: [PATCH] fix: use teh hostnames for these (missed this one) --- machines/calculon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/calculon.nix b/machines/calculon.nix index b3ca0fa..87b7a60 100644 --- a/machines/calculon.nix +++ b/machines/calculon.nix @@ -24,7 +24,7 @@ in { ]; deployment = { - targetHost = ip_pub; + targetHost = hostname; targetPort = 22; targetUser = null;