From 32f37c7c2ecd97b640913413b7699d49b5d0ca92 Mon Sep 17 00:00:00 2001 From: blake Date: Sun, 19 Oct 2025 15:06:10 -0500 Subject: [PATCH] add automatic smart testing --- modules/holocron/zfs/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/holocron/zfs/default.nix b/modules/holocron/zfs/default.nix index 6f40a14..37ea92f 100644 --- a/modules/holocron/zfs/default.nix +++ b/modules/holocron/zfs/default.nix @@ -21,6 +21,8 @@ in { # enable smart monitoring services.smartd = { enable = true; + autodetect = true; + defaults.monitored = "-a -o on -s (S/../.././05|L/../01/./05)"; notifications.test = true; notifications.mail = { enable = true;