diff options
author | makefu <github@syntax-fehler.de> | 2016-03-05 01:09:10 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-03-05 01:09:10 +0100 |
commit | f3ed026c4749a496c1a5249b55d08081b73e3988 (patch) | |
tree | 80aaeb48f3f5a965beaf8e41abae530fdb9802dd | |
parent | db72d5911f1556d3b1cfbe8f1a2d8f6765728952 (diff) |
ma 3 snapraid: add timerConfig type
-rw-r--r-- | makefu/3modules/snapraid.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 ''; |