fix path to variable

This commit is contained in:
pazpi 2025-01-12 22:28:23 +01:00
parent 3542814aa2
commit b503b18544

View file

@ -242,7 +242,7 @@ in
config.age.secrets.bazarr-apiKey.path; config.age.secrets.bazarr-apiKey.path;
}; };
services.prometheus.exporters = { services.prometheus.exporters = with cfg.proxy; {
exportarr-prowlarr = { exportarr-prowlarr = {
enable = true; enable = true;
url = "http://${host}:${prowlarrPort}"; url = "http://${host}:${prowlarrPort}";