From 9ea3a7c98470ae0ef353ae4c608227dae12d8af2 Mon Sep 17 00:00:00 2001 From: hektor Date: Mon, 2 Feb 2026 18:18:55 +0100 Subject: [PATCH] fix(colmena): add hostname to 'hecuba' host --- deploy/colmena.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/colmena.nix b/deploy/colmena.nix index 173b9b9..4bba12d 100644 --- a/deploy/colmena.nix +++ b/deploy/colmena.nix @@ -31,6 +31,7 @@ inputs.colmena.lib.makeHive { hecuba = { imports = [ ../hosts/hecuba ]; deployment = { + targetHost = "server.hektormisplon.xyz"; targetUser = "username"; tags = [ "cloud" ]; };