From a9dcbc331450daf850db51570d2627ba284814f8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 13 May 2018 23:05:38 +0200 Subject: save smartd state --- odin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/odin.nix b/odin.nix index 74d97857..57eb0056 100644 --- a/odin.nix +++ b/odin.nix @@ -379,6 +379,7 @@ wall.enable = true; }; defaults.monitored = "-a -n standby,10 -o on -s (S/../.././02|L/../../7/04)"; + extraOptions = [ "--interval=600" "-A" "/var/log/smart" "-s" "/var/lib/smart" ]; }; systemd.status-mail = { -- cgit v1.2.3