diff --git a/nixos/modules/services/mail/listmonk.nix b/nixos/modules/services/mail/listmonk.nix index 5732467db1bf..fdc06b884eb2 100644 --- a/nixos/modules/services/mail/listmonk.nix +++ b/nixos/modules/services/mail/listmonk.nix @@ -36,13 +36,13 @@ let ''; databaseSettingsOpts = with lib.types; { - freeformType = oneOf [ + freeformType = attrsOf (oneOf [ (listOf str) (listOf (attrsOf anything)) str int bool - ]; + ]); options = { "app.notify_emails" = lib.mkOption {