From f3ed026c4749a496c1a5249b55d08081b73e3988 Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 5 Mar 2016 01:09:10 +0100 Subject: ma 3 snapraid: add timerConfig type --- makefu/3modules/snapraid.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefu/3modules/snapraid.nix') diff --git a/makefu/3modules/snapraid.nix b/makefu/3modules/snapraid.nix index 3d458bbb..acdeb46d 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 ''; -- cgit v1.2.3