diff options
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |