summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-05-13 23:05:38 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-05-13 23:05:38 +0200
commita9dcbc331450daf850db51570d2627ba284814f8 (patch)
tree8d84eb88ca06987e9938657019c69b9e6df26ee6
parent6dd23664cc9f7a6fe8ff3b45c678ec84018bdeb8 (diff)
downloadnixos-a9dcbc331450daf850db51570d2627ba284814f8.tar
nixos-a9dcbc331450daf850db51570d2627ba284814f8.tar.gz
nixos-a9dcbc331450daf850db51570d2627ba284814f8.tar.bz2
nixos-a9dcbc331450daf850db51570d2627ba284814f8.tar.xz
nixos-a9dcbc331450daf850db51570d2627ba284814f8.zip
save smartd state
-rw-r--r--odin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 74d97857..57eb0056 100644
--- a/odin.nix
+++ b/odin.nix
@@ -379,6 +379,7 @@
379 wall.enable = true; 379 wall.enable = true;
380 }; 380 };
381 defaults.monitored = "-a -n standby,10 -o on -s (S/../.././02|L/../../7/04)"; 381 defaults.monitored = "-a -n standby,10 -o on -s (S/../.././02|L/../../7/04)";
382 extraOptions = [ "--interval=600" "-A" "/var/log/smart" "-s" "/var/lib/smart" ];
382 }; 383 };
383 384
384 systemd.status-mail = { 385 systemd.status-mail = {