aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-08-25 12:34:02 +0200
committerAlex Auvolat <alex@adnab.me>2022-08-25 12:34:02 +0200
commitfd3ed44dad783c15f2793788f9384d48760666a3 (patch)
treed515bc1b283844c397bb9e1b8390631511fc4d07
parent3f9ad5edc37d9a94d6232790a1b123e62c8c0ae6 (diff)
downloadnixcfg-fd3ed44dad783c15f2793788f9384d48760666a3.tar.gz
nixcfg-fd3ed44dad783c15f2793788f9384d48760666a3.zip
Disable netdata on prod (useless)
-rw-r--r--cluster/prod/cluster.nix3
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;
}