This commit is contained in:
xyno (Philipp Hochkamp) 2023-08-07 19:10:05 +02:00
parent dccd3bc200
commit 62f7bcc397

View file

@ -79,7 +79,7 @@
}; };
services.prometheus.exporters.blackbox = { services.prometheus.exporters.blackbox = {
enable = true; enable = true;
configFile = config.age.secrets.prometheusBlackboxConfig.path; configFile = "${config.age.secrets.prometheusBlackboxConfig.path}";
enableConfigCheck = false; enableConfigCheck = false;
}; };