From 7e7f5a796e3f7bddbfd15b807da77458078d83a3 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 16 Mar 2026 02:21:03 +0800 Subject: [PATCH] feat: add pv & smartctl --- modules/nixos/base/packages.nix | 2 ++ 1 file changed, 2 insertions(+) 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