ma 2 smartd: enable exim-retiolum by default

This commit is contained in:
makefu 2016-01-03 06:09:12 +01:00
parent 17032f035b
commit d775a21917

View file

@ -1,5 +1,6 @@
{ config, ... }: { config, lib, ... }:
{ {
krebs.exim-retiolum.enable = lib.mkDefault true;
services.smartd = { services.smartd = {
enable = true; enable = true;
notifications = { notifications = {
@ -11,7 +12,7 @@
# short daily, long weekly, check on boot # short daily, long weekly, check on boot
defaults.monitored = "-a -o on -s (S/../.././02|L/../../7/04)"; defaults.monitored = "-a -o on -s (S/../.././02|L/../../7/04)";
devices = [{ devices = lib.mkDefault [{
device = "/dev/sda"; device = "/dev/sda";
}]; }];
}; };