Unverified Commit bb6f723f authored by NotAShelf's avatar NotAShelf
Browse files

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

parent 063c28cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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} \