summaryrefslogtreecommitdiffstats
path: root/makefu/3modules
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-03-05 01:09:10 +0100
committermakefu <github@syntax-fehler.de>2016-03-05 01:09:10 +0100
commitf3ed026c4749a496c1a5249b55d08081b73e3988 (patch)
tree80aaeb48f3f5a965beaf8e41abae530fdb9802dd /makefu/3modules
parentdb72d5911f1556d3b1cfbe8f1a2d8f6765728952 (diff)
ma 3 snapraid: add timerConfig type
Diffstat (limited to 'makefu/3modules')
-rw-r--r--makefu/3modules/snapraid.nix2
1 files changed, 1 insertions, 1 deletions
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
'';