From 7604d2d7d7cd0b48339f904d771f23d039d5e8a3 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Fri, 25 Jun 2021 04:50:23 -0700 Subject: [PATCH] enable smartd in common and add more default utilities --- common.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common.nix b/common.nix index 203d009..853ab5a 100644 --- a/common.nix +++ b/common.nix @@ -6,6 +6,8 @@ ]; config = { + services.smartd.enable = true; + hardware.enableAllFirmware = true; hardware.cpu.amd.updateMicrocode = true; @@ -77,6 +79,11 @@ lm_sensors rsync bind + file + iotop + psmisc + usbutils + pciutils ]; # Allow ssh