diff options
author | Alex Auvolat <alex@adnab.me> | 2022-08-25 12:34:02 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-08-25 12:34:02 +0200 |
commit | fd3ed44dad783c15f2793788f9384d48760666a3 (patch) | |
tree | d515bc1b283844c397bb9e1b8390631511fc4d07 | |
parent | 3f9ad5edc37d9a94d6232790a1b123e62c8c0ae6 (diff) | |
download | nixcfg-fd3ed44dad783c15f2793788f9384d48760666a3.tar.gz nixcfg-fd3ed44dad783c15f2793788f9384d48760666a3.zip |
Disable netdata on prod (useless)
-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; } |