fix: use teh hostnames for these (missed this one)

This commit is contained in:
silver 2024-05-24 00:30:25 +01:00
parent 44750155f1
commit b545c623d2
Signed by: silver
GPG key ID: 54E2C71918E93B74

View file

@ -24,7 +24,7 @@ in {
]; ];
deployment = { deployment = {
targetHost = ip_pub; targetHost = hostname;
targetPort = 22; targetPort = 22;
targetUser = null; targetUser = null;