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

This commit is contained in:
2026-02-02 18:18:55 +01:00
committed by Hektor Misplon
parent 9091d55af2
commit ecf481893c

View File

@@ -31,6 +31,7 @@ inputs.colmena.lib.makeHive {
hecuba = {
imports = [ ../hosts/hecuba ];
deployment = {
targetHost = "server.hektormisplon.xyz";
targetUser = "username";
tags = [ "cloud" ];
};