ma 3 snapraid: add timerConfig type

This commit is contained in:
makefu 2016-03-05 01:09:10 +01:00
parent a2b9827528
commit e6ca3b165d

View file

@ -35,7 +35,7 @@ let
enable = mkEnableOption "snapraid";
timerConfig = mkOption {
type = types.unspecified;
type = with types;attrsOf str;
description = ''
Start snapraid service
'';