fix module option freeform

This commit is contained in:
Jonas Heinrich 2025-08-18 15:46:38 +02:00
parent ee7b81d07a
commit 80bb80632d

View file

@ -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;