feat: enable smartd for all machines, local mail soon-ish?

thanks openbsd for the idea of local mail
This commit is contained in:
Ahwx 2025-03-24 09:25:31 +01:00
parent b3e71a7809
commit 21c403a75d

View file

@ -1,3 +1,7 @@
{ pkgs, ... }:
{
services.smartd = {
enable = true;
autodetect = true;
};
}