fix module option freeform
This commit is contained in:
parent
ee7b81d07a
commit
80bb80632d
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ in
|
||||||
|
|
||||||
settings = lib.mkOption {
|
settings = lib.mkOption {
|
||||||
type = lib.types.submodule {
|
type = lib.types.submodule {
|
||||||
freeformType = with lib.types; attrsOf types.str types.int;
|
freeformType = with lib.types; attrsOf anything;
|
||||||
options = {
|
options = {
|
||||||
CHECK_INTERVAL_DAYS = lib.mkOption {
|
CHECK_INTERVAL_DAYS = lib.mkOption {
|
||||||
default = 7;
|
default = 7;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue