From 8e7b5fb971599095800f0681aa2edfc8e4c1a914 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 9 May 2015 12:42:15 +0200 Subject: host wu: enable smartd --- modules/tv/smartd.nix | 17 +++++++++++++++++ modules/wu/default.nix | 1 + 2 files changed, 18 insertions(+) create mode 100644 modules/tv/smartd.nix (limited to 'modules') diff --git a/modules/tv/smartd.nix b/modules/tv/smartd.nix new file mode 100644 index 000000000..2e9d955d1 --- /dev/null +++ b/modules/tv/smartd.nix @@ -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)" + ]; + } + ]; + }; +} diff --git a/modules/wu/default.nix b/modules/wu/default.nix index 260e8285e..0fe84dd12 100644 --- a/modules/wu/default.nix +++ b/modules/wu/default.nix @@ -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 -- cgit v1.2.3