diff --git a/machines/dolomite/default.nix b/machines/dolomite/default.nix index 3965655..9bdb8e0 100644 --- a/machines/dolomite/default.nix +++ b/machines/dolomite/default.nix @@ -45,11 +45,7 @@ in custom.prometheus = { enable = false; - exporters.enable = false; - grafana = { - enable = false; - password_file = config.sops.secrets.grafana_cloud_api.path; - }; + exporters.blackbox.enable = true; }; custom.kanidm-client = { diff --git a/machines/massicot/services.nix b/machines/massicot/services.nix index f7c9b6b..d5d5c13 100644 --- a/machines/massicot/services.nix +++ b/machines/massicot/services.nix @@ -28,11 +28,7 @@ in custom.prometheus = { enable = true; - exporters.enable = true; - grafana = { - enable = true; - password_file = config.sops.secrets.grafana_cloud_api.path; - }; + exporters.blackbox.enable = true; }; systemd.mounts = map (share: {