fix(colmena): add hostname to 'hecuba' host

This commit is contained in:
2026-03-11 21:25:32 +01:00
committed by hektor
parent 9091d55af2
commit ecf481893c
+1
View File
@@ -31,6 +31,7 @@ inputs.colmena.lib.makeHive {
hecuba = {
imports = [ ../hosts/hecuba ];
deployment = {
targetHost = "server.hektormisplon.xyz";
targetUser = "username";
tags = [ "cloud" ];
};