From 21c403a75d32fbd84384ae87f3fd41d1490c9574 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 24 Mar 2025 09:25:31 +0100 Subject: [PATCH] feat: enable smartd for all machines, local mail soon-ish? thanks openbsd for the idea of local mail --- modules/core/hardware.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/core/hardware.nix b/modules/core/hardware.nix index 1f1523c..ca598dc 100644 --- a/modules/core/hardware.nix +++ b/modules/core/hardware.nix @@ -1,3 +1,7 @@ { pkgs, ... }: { + services.smartd = { + enable = true; + autodetect = true; + }; }