summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-21 12:01:19 +0000
committerGitHub <noreply@github.com>2023-09-21 12:01:19 +0000
commit4c610adf95276c9c810b715121bd24ad453dc77a (patch)
tree9363bf05c0d30523c23b7b6f1685a13f4b1f5671 /nixos/modules
parent743d7baa31ff74f2e1dbf09a6ea38a7e24aedfc3 (diff)
parentc9a667043fdd65c3511d9b61481240dd56c56f2d (diff)
downloadnixpkgs-4c610adf95276c9c810b715121bd24ad453dc77a.tar
nixpkgs-4c610adf95276c9c810b715121bd24ad453dc77a.tar.gz
nixpkgs-4c610adf95276c9c810b715121bd24ad453dc77a.tar.bz2
nixpkgs-4c610adf95276c9c810b715121bd24ad453dc77a.tar.lz
nixpkgs-4c610adf95276c9c810b715121bd24ad453dc77a.tar.xz
nixpkgs-4c610adf95276c9c810b715121bd24ad453dc77a.tar.zst
nixpkgs-4c610adf95276c9c810b715121bd24ad453dc77a.zip
Merge master into staging-next
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/monitoring/prometheus/exporters/blackbox.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/blackbox.nix b/nixos/modules/services/monitoring/prometheus/exporters/blackbox.nix
index 66eaed51d2e..407bff1d62d 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/blackbox.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/blackbox.nix
@@ -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;