lib/flake-helper.nix: Use fqdn as target host for colmena
This commit is contained in:
		| @@ -57,7 +57,7 @@ rec { | ||||
|  | ||||
|   generateColmenaHost = name: hostSystem: { | ||||
|     deployment = { | ||||
|       targetHost = "${name}.net.clerie.de"; | ||||
|       targetHost = hostSystem.config.networking.fqdn; | ||||
|       targetUser = null; | ||||
|       tags = let | ||||
|         group = nixpkgs.lib.attrByPath [ "clerie" "monitoring" "serviceLevel" ] null hostSystem.config; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user