mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/prometheus: fix blackbox exporter
This commit is contained in:
parent
709a1cc0bf
commit
8ec182e570
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue