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

This commit is contained in:
2026-02-02 18:18:55 +01:00
parent f57cabb186
commit 9ea3a7c984

View File

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