From bf8c4d050da95ee10fe62d775bf1bceaa5d5b64f Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 23 Oct 2025 22:36:47 -0500 Subject: [PATCH] make smart tests less frequent --- modules/holocron/zfs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/holocron/zfs/default.nix b/modules/holocron/zfs/default.nix index 2f9e661..e8e90eb 100644 --- a/modules/holocron/zfs/default.nix +++ b/modules/holocron/zfs/default.nix @@ -29,7 +29,7 @@ in { services.smartd = { enable = true; autodetect = true; - defaults.monitored = "-a -o on -s (S/../.././05|L/../01/./05)"; + defaults.monitored = "-a -o on -s (S/../../4/05|L/../01/./05)"; notifications.mail = { enable = true; sender = "zfs@snowbelle.lan";