host wu: enable smartd
This commit is contained in:
parent
9b33995e29
commit
8e7b5fb971
17
modules/tv/smartd.nix
Normal file
17
modules/tv/smartd.nix
Normal 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)"
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user