From 850a7b2c43966ace4b6c28237dbedbcfdae657a1 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 16 Mar 2026 09:25:28 +0800 Subject: [PATCH] feat: add nvme-cli --- modules/nixos/base/packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos/base/packages.nix b/modules/nixos/base/packages.nix index bda45e34..6d76311f 100644 --- a/modules/nixos/base/packages.nix +++ b/modules/nixos/base/packages.nix @@ -33,6 +33,7 @@ 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 + nvme-cli ]; # BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more