summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/smart-monitor.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-01-17 13:22:42 +0100
committerlassulus <lass@aidsballs.de>2016-01-17 13:22:42 +0100
commit8b88007fac9154d0bf7ada6c9ce375989d230d93 (patch)
treec7ab8f2c6de2724133f1a50951a08a3f6f66b775 /makefu/2configs/smart-monitor.nix
parent63910263ccaf2f18bd83ed6e5d49301601ba53e1 (diff)
parentde891cf43181d28cbc9526993df4e55022d230da (diff)
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs/smart-monitor.nix')
-rw-r--r--makefu/2configs/smart-monitor.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/makefu/2configs/smart-monitor.nix b/makefu/2configs/smart-monitor.nix
index 9b0290a9..daf3aad0 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;
@@ -12,8 +13,6 @@
# short daily, long weekly, check on boot
defaults.monitored = "-a -o on -s (S/../.././02|L/../../7/04)";
- devices = lib.mkDefault [{
- device = "/dev/sda";
- }];
+ devices = lib.mkDefault [ ];
};
}