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