ma 3 snapraid: add timerConfig type
This commit is contained in:
parent
a2b9827528
commit
e6ca3b165d
|
@ -35,7 +35,7 @@ let
|
||||||
enable = mkEnableOption "snapraid";
|
enable = mkEnableOption "snapraid";
|
||||||
|
|
||||||
timerConfig = mkOption {
|
timerConfig = mkOption {
|
||||||
type = types.unspecified;
|
type = with types;attrsOf str;
|
||||||
description = ''
|
description = ''
|
||||||
Start snapraid service
|
Start snapraid service
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue