frumar: send emails from zed

master
Yorick van Pelt 2023-07-22 13:10:55 +02:00
parent 5c58117001
commit 13344f0ecc
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
1 changed files with 8 additions and 0 deletions

View File

@ -353,4 +353,12 @@
recipient = "yorickvanpelt@gmail.com";
};
};
services.zfs.zed.settings = {
ZED_EMAIL_ADDR = [ "yorickvanpelt@gmail.com" ];
ZED_EMAIL_PROG = "/run/wrappers/bin/sendmail";
ZED_EMAIL_OPTS = "@ADDRESS@";
ZED_NOTIFY_INTERVAL_SECS = 3600;
ZED_NOTIFY_VERBOSE = true;
ZED_SCRUB_AFTER_RESILVER = true;
};
}