From f3ed026c4749a496c1a5249b55d08081b73e3988 Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Sat, 5 Mar 2016 01:09:10 +0100
Subject: [PATCH] ma 3 snapraid: add timerConfig type

---
 makefu/3modules/snapraid.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefu/3modules/snapraid.nix b/makefu/3modules/snapraid.nix
index 3d458bbbf..acdeb46d8 100644
--- a/makefu/3modules/snapraid.nix
+++ b/makefu/3modules/snapraid.nix
@@ -35,7 +35,7 @@ let
     enable = mkEnableOption "snapraid";
 
     timerConfig = mkOption {
-      type = types.unspecified;
+      type = with types;attrsOf str;
       description = ''
         Start snapraid service
       '';