summaryrefslogtreecommitdiffstats
path: root/mv/2configs/smartd.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-06-30 21:51:09 +0200
committerlassulus <lass@aidsballs.de>2016-06-30 21:51:09 +0200
commitb3fa9cbd7e4bc8fe950aed139d857a2f14775b94 (patch)
tree223af7528e038008bf8de4252dc986910f380f13 /mv/2configs/smartd.nix
parenteac3b2f4b46c9046205bc2507cd8fab3840929bb (diff)
parent4d63548868ec4806d62d82337bb278e6dd34f21e (diff)
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'mv/2configs/smartd.nix')
-rw-r--r--mv/2configs/smartd.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/mv/2configs/smartd.nix b/mv/2configs/smartd.nix
deleted file mode 100644
index 9c4d8b2d..00000000
--- a/mv/2configs/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)"
- ];
- }
- ];
- };
-}