diff options
author | makefu <github@syntax-fehler.de> | 2016-01-17 00:40:06 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-01-17 00:40:06 +0100 |
commit | f42d23f69bb84186b5218cfa49e1321a80acc293 (patch) | |
tree | 6f3601c93565ef05ede7133be16f1898fcbaa111 /makefu/2configs/smart-monitor.nix | |
parent | ce10f57b3be0042ccf01ed2605ef9911537552cf (diff) |
ma 2 smart-monitor: disable autodetection
Diffstat (limited to 'makefu/2configs/smart-monitor.nix')
-rw-r--r-- | makefu/2configs/smart-monitor.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/smart-monitor.nix b/makefu/2configs/smart-monitor.nix index a37969d3d..daf3aad01 100644 --- a/makefu/2configs/smart-monitor.nix +++ b/makefu/2configs/smart-monitor.nix @@ -3,6 +3,7 @@ krebs.exim-retiolum.enable = lib.mkDefault true; services.smartd = { enable = true; + autodetect = false; notifications = { mail = { enable = true; |