From 2bc5c58d85990e483af8fde57ed5f2442351b69c Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 11 Jul 2015 19:44:12 +0200 Subject: move old stuff --- modules/tv/smartd.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 modules/tv/smartd.nix (limited to 'modules/tv/smartd.nix') diff --git a/modules/tv/smartd.nix b/modules/tv/smartd.nix deleted file mode 100644 index 2e9d955d1..000000000 --- a/modules/tv/smartd.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ config, pkgs, ... }: - -{ - services.smartd = { - enable = true; - devices = [ - { - device = "DEVICESCAN"; - options = toString [ - "-a" - "-m tv@wu.retiolum" - "-s (O/../.././09|S/../.././04|L/../../6/05)" - ]; - } - ]; - }; -} -- cgit v1.2.3