nixos/prometheus: use the non-alias path for dovecot exporter

This commit is contained in:
NotAShelf
2025-02-12 01:41:55 +03:00
parent 063c28cb63
commit bb6f723f33
@@ -89,7 +89,7 @@ in
serviceConfig = {
DynamicUser = false;
ExecStart = ''
${pkgs.prometheus-dovecot-exporter}/bin/dovecot_exporter \
${lib.getExe pkgs.dovecot_exporter} \
--web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
--web.telemetry-path ${cfg.telemetryPath} \
--dovecot.socket-path ${escapeShellArg cfg.socketPath} \