nixos/prometheus: fix blackbox exporter

This commit is contained in:
hexchen
2023-09-21 08:49:10 +02:00
committed by Jörg Thalheim
parent 709a1cc0bf
commit 8ec182e570
@@ -21,7 +21,7 @@ let
throw
"${logPrefix}: configuration file must not reside within /tmp - it won't be visible to the systemd service."
else
true;
file;
checkConfig = file:
pkgs.runCommand "checked-blackbox-exporter.conf" {
preferLocalBuild = true;