diff --git a/modules/nixos/base/packages.nix b/modules/nixos/base/packages.nix index 278dc560..bda45e34 100644 --- a/modules/nixos/base/packages.nix +++ b/modules/nixos/base/packages.nix @@ -21,6 +21,7 @@ nmon sysbench systemctl-tui + pv # pipe view # system tools psmisc # killall/pstree/prtstat/fuser/... @@ -31,6 +32,7 @@ hdparm # for disk performance, command dmidecode # a tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard parted + smartmontools # smartctl -a /dev/nvme0n1 ]; # BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more