fix path to variable
This commit is contained in:
parent
3542814aa2
commit
b503b18544
1 changed files with 1 additions and 1 deletions
|
|
@ -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}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue