nixos/prometheus-exporter-borgmatic: respect the listenAddress (#475862)

This commit is contained in:
Sandro
2026-01-03 02:29:10 +00:00
committed by GitHub
@@ -25,6 +25,7 @@ in
ProtectHome = lib.mkForce false;
ExecStart = ''
${pkgs.prometheus-borgmatic-exporter}/bin/borgmatic-exporter run \
--host ${cfg.listenAddress} \
--port ${toString cfg.port} \
--config ${toString cfg.configFile} \
${lib.concatMapStringsSep " " (f: lib.escapeShellArg f) cfg.extraFlags}