diff options
-rw-r--r-- | cluster/prod/cluster.nix | 3 |
1 files changed, 0 insertions, 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; } |