From 7fd35b79c44189fa84d977ce0e08920e300ff703 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 14 Oct 2025 22:29:44 +0200 Subject: [PATCH] fix: blacklist attic website exporter --- hosts/web-arm/modules/blackbox-exporter.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/web-arm/modules/blackbox-exporter.nix b/hosts/web-arm/modules/blackbox-exporter.nix index a9ded44..6ba61c9 100644 --- a/hosts/web-arm/modules/blackbox-exporter.nix +++ b/hosts/web-arm/modules/blackbox-exporter.nix @@ -24,6 +24,7 @@ in { config = { services.blackbox-exporter = { blacklistDomains = [ + "attic.cloonar.com" "autoconfig.cloonar.com" "cloonar.dev" "loki.cloonar.com"