diff --git a/hosts/common/configs/system/smartmontools/default.nix b/hosts/common/configs/system/smartmontools/default.nix index c4a6464..cb19c22 100644 --- a/hosts/common/configs/system/smartmontools/default.nix +++ b/hosts/common/configs/system/smartmontools/default.nix @@ -4,4 +4,9 @@ smartmontools nvme-cli ]; + + services.smartd = { + enable = true; + defaults.autodetected = "-a -o on -n idle,10 -s (S/../.././02|L/../../7/04)"; + }; }