Rupert: Limit smartd to explicit hard drives

This commit is contained in:
fruchti 2025-12-17 09:20:05 +01:00
parent e757ffe825
commit c11f35ae8b

View file

@ -144,6 +144,15 @@ in
services.smartd = { services.smartd = {
enable = true; enable = true;
autodetect = false;
devices = [
{
device = "/dev/sda";
}
{
device = "/dev/sdb";
}
];
notifications.x11.enable = false; notifications.x11.enable = false;
notifications.mail = { notifications.mail = {
enable = true; enable = true;