Loading nixos/modules/services/monitoring/prometheus/exporters/blackbox.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
nixos/modules/services/monitoring/prometheus/exporters/blackbox.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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