From 81a08c60a03d07fb571d23c9b06cabca8bf16d3f Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 12 Jan 2026 20:38:15 +0100 Subject: [PATCH] vps-monitor: Disable grafana's crowdsec dashboard --- hosts/vps-monitor/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/vps-monitor/default.nix b/hosts/vps-monitor/default.nix index 6cc1550..56e9488 100644 --- a/hosts/vps-monitor/default.nix +++ b/hosts/vps-monitor/default.nix @@ -74,7 +74,6 @@ nodeExporter.enable = true; victoriametrics.enable = true; victorialogs.enable = true; - crowdsec.enable = true; }; };