Commit 8ec182e5 authored by hexchen's avatar hexchen Committed by Jörg Thalheim
Browse files

nixos/prometheus: fix blackbox exporter

parent 709a1cc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;