From 0a31b25d830d41edabfab1b15d9e24e6f5dba4b8 Mon Sep 17 00:00:00 2001 From: blake Date: Sun, 19 Oct 2025 14:49:15 -0500 Subject: [PATCH] test email --- modules/holocron/zfs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/holocron/zfs/default.nix b/modules/holocron/zfs/default.nix index 88c69f1..6f40a14 100644 --- a/modules/holocron/zfs/default.nix +++ b/modules/holocron/zfs/default.nix @@ -21,6 +21,7 @@ in { # enable smart monitoring services.smartd = { enable = true; + notifications.test = true; notifications.mail = { enable = true; sender = "zfs@snowbelle.lan";