mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
nixos/netdata: add default programs for netdata (NVMe, WiFi, APCs)
Netdata is zero-config, so we should provide some *default* packages. If the closure size is a problem for you, reach out to maintainers. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
38cdab1f92
commit
0794ea59cd
@ -216,6 +216,10 @@ in {
|
||||
which
|
||||
procps
|
||||
bash
|
||||
nvme-cli # for go.d
|
||||
iw # for charts.d
|
||||
apcupsd # for charts.d
|
||||
# TODO: firehol # for FireQoS -- this requires more NixOS module support.
|
||||
util-linux # provides logger command; required for syslog health alarms
|
||||
])
|
||||
++ lib.optional cfg.python.enable (pkgs.python3.withPackages cfg.python.extraPackages)
|
||||
|
Loading…
Reference in New Issue
Block a user