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; }