From 4e1bf52fab169ecd07419230e476d00f7ee72cd2 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 10 Jul 2025 13:29:49 +0200 Subject: [PATCH] Home: Add smartmontools + nvme-cli --- home/christoph/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 89a65eac..242307a6 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -382,6 +382,8 @@ hwloc # Generate CPU topology diagram lm_sensors # Readout hardware sensors acpica-tools # Dump ACPI tables etc. + smartmontools # Disk health + nvme-cli # NVME disk health # Video/Image/Audio utils ffmpeg-full # I love ffmpeg (including ffplay)