summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-05-13 23:06:58 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-05-13 23:06:58 +0200
commit6cce7210dfa230558c5849cdab41b24170994e75 (patch)
tree46e0144de3fa721d070663856f936a5decf4fc31 /odin.nix
parenta9dcbc331450daf850db51570d2627ba284814f8 (diff)
downloadnixos-6cce7210dfa230558c5849cdab41b24170994e75.tar
nixos-6cce7210dfa230558c5849cdab41b24170994e75.tar.gz
nixos-6cce7210dfa230558c5849cdab41b24170994e75.tar.bz2
nixos-6cce7210dfa230558c5849cdab41b24170994e75.tar.xz
nixos-6cce7210dfa230558c5849cdab41b24170994e75.zip
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 57eb0056..f2734b7e 100644
--- a/odin.nix
+++ b/odin.nix
@@ -379,7 +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 extraOptions = [ "--interval=600" "-A" "/var/log/smart/" "-s" "/var/lib/smart/" ];
383 }; 383 };
384 384
385 systemd.status-mail = { 385 systemd.status-mail = {