From afb6afff1d0f81d8a0dcfd94fa8e46a849bb094f Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 27 Jul 2015 02:02:34 +0200 Subject: * tv -> tv * --- 2configs/tv/smartd.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 2configs/tv/smartd.nix (limited to '2configs/tv/smartd.nix') diff --git a/2configs/tv/smartd.nix b/2configs/tv/smartd.nix deleted file mode 100644 index 9c4d8b2d8..000000000 --- a/2configs/tv/smartd.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ config, pkgs, ... }: - -{ - services.smartd = { - enable = true; - devices = [ - { - device = "DEVICESCAN"; - options = toString [ - "-a" - "-m ${config.krebs.users.tv.mail}" - "-s (O/../.././09|S/../.././04|L/../../6/05)" - ]; - } - ]; - }; -} -- cgit v1.2.3