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: {
|
generateColmenaHost = name: hostSystem: {
|
||||||
deployment = {
|
deployment = {
|
||||||
targetHost = "${name}.net.clerie.de";
|
targetHost = hostSystem.config.networking.fqdn;
|
||||||
targetUser = null;
|
targetUser = null;
|
||||||
tags = let
|
tags = let
|
||||||
group = nixpkgs.lib.attrByPath [ "clerie" "monitoring" "serviceLevel" ] null hostSystem.config;
|
group = nixpkgs.lib.attrByPath [ "clerie" "monitoring" "serviceLevel" ] null hostSystem.config;
|
||||||
|
Loading…
Reference in New Issue
Block a user