From 36eed4c3d2310cc4a1e77d3b5018666802159a13 Mon Sep 17 00:00:00 2001 From: fruchti Date: Mon, 7 Apr 2025 09:27:50 +0200 Subject: [PATCH] Rupert: Install smartmontools --- hosts/Rupert.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Rupert.nix b/hosts/Rupert.nix index 3823412..1c0d758 100644 --- a/hosts/Rupert.nix +++ b/hosts/Rupert.nix @@ -71,6 +71,7 @@ in environment.systemPackages = with pkgs; [ ntfsprogs + smartmontools texlive.combined.scheme-full ncmpcpp ];