host wu: enable smartd

This commit is contained in:
tv 2015-05-09 12:42:15 +02:00
parent 9b33995e29
commit 8e7b5fb971
2 changed files with 18 additions and 0 deletions

17
modules/tv/smartd.nix Normal file
View File

@ -0,0 +1,17 @@
{ config, pkgs, ... }:
{
services.smartd = {
enable = true;
devices = [
{
device = "DEVICESCAN";
options = toString [
"-a"
"-m tv@wu.retiolum"
"-s (O/../.././09|S/../.././04|L/../../6/05)"
];
}
];
};
}

View File

@ -15,6 +15,7 @@ in
../tv/nginx.nix
../tv/retiolum.nix
../tv/sanitize.nix
../tv/smartd.nix
../tv/synaptics.nix
#../tv/tools.nix
../tv/urxvt.nix