From e6ca3b165d9155029168d2db6fea879cc92fe03e Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 5 Mar 2016 01:09:10 +0100 Subject: [PATCH] ma 3 snapraid: add timerConfig type --- 3modules/snapraid.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3modules/snapraid.nix b/3modules/snapraid.nix index 3d458bb..acdeb46 100644 --- a/3modules/snapraid.nix +++ b/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 '';