Ahwxorg/modules/core/hardware.nix
Ahwx 21c403a75d feat: enable smartd for all machines, local mail soon-ish?
thanks openbsd for the idea of local mail
2025-03-24 09:25:31 +01:00

7 lines
90 B
Nix

{ pkgs, ... }:
{
services.smartd = {
enable = true;
autodetect = true;
};
}