ma 2 smartd: enable exim-retiolum by default
This commit is contained in:
parent
17032f035b
commit
d775a21917
|
@ -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";
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue