mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03: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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue