diff --git a/hosts/beliskner/default.nix b/hosts/beliskner/default.nix index d69c4a22..bfaa4150 100644 --- a/hosts/beliskner/default.nix +++ b/hosts/beliskner/default.nix @@ -79,7 +79,7 @@ }; services.prometheus.exporters.blackbox = { enable = true; - configFile = config.age.secrets.prometheusBlackboxConfig.path; + configFile = "${config.age.secrets.prometheusBlackboxConfig.path}"; enableConfigCheck = false; };