1
0
Fork 0

lib/flake-helper.nix: Use fqdn as target host for colmena

This commit is contained in:
clerie 2024-04-08 08:17:19 +02:00
parent 128f2360c7
commit db61a104ff
1 changed files with 1 additions and 1 deletions

View File

@ -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;