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 = {
enable = true;
notifications = {
@ -11,7 +12,7 @@
# short daily, long weekly, check on boot
defaults.monitored = "-a -o on -s (S/../.././02|L/../../7/04)";
devices = [{
devices = lib.mkDefault [{
device = "/dev/sda";
}];
};