lib/flake-helper.nix: Use fqdn as target host for colmena
This commit is contained in:
parent
128f2360c7
commit
db61a104ff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user