From fd3ed44dad783c15f2793788f9384d48760666a3 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 25 Aug 2022 12:34:02 +0200 Subject: [PATCH] Disable netdata on prod (useless) --- cluster/prod/cluster.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index b3a9141..339e459 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -87,7 +87,4 @@ # For Garage external communication networking.firewall.allowedTCPPorts = [ 3901 ]; - - # Enable netdata monitoring - services.netdata.enable = true; }