comin: Fix port

This commit is contained in:
SebastianStork 2026-03-03 18:45:34 +01:00
parent 050f635b8f
commit a351615be5
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -29,7 +29,7 @@ in
};
exporter = {
listen_address = "127.0.0.1";
inherit (cfg) port;
port = cfg.metricsPort;
};
};
}