add more services documentation

This commit is contained in:
Noah Masur
2024-01-09 23:11:11 -05:00
parent 984a47d3b1
commit dab40e081a
28 changed files with 179 additions and 9 deletions

View File

@ -1,3 +1,6 @@
# Netdata is an out-of-the-box monitoring tool that exposes many different
# metrics. Not currently in use, in favor of VictoriaMetrics and Grafana.
{ config, lib, ... }: {
options.netdata.enable = lib.mkEnableOption "Netdata metrics.";