From 80bb80632d1bb99d1191e074b30a9115fe5b8ec1 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Mon, 18 Aug 2025 15:46:38 +0200 Subject: [PATCH] fix module option freeform --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 9b21493..11f3433 100644 --- a/module.nix +++ b/module.nix @@ -19,7 +19,7 @@ in settings = lib.mkOption { type = lib.types.submodule { - freeformType = with lib.types; attrsOf types.str types.int; + freeformType = with lib.types; attrsOf anything; options = { CHECK_INTERVAL_DAYS = lib.mkOption { default = 7;