Loading nixos/modules/services/mail/listmonk.nix +2 −2 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ let smtp = mkOption { type = listOf (submodule { freeformType = with types; attrsOf (oneOf [ str int bool ]); freeformType = with types; attrsOf anything; options = { enabled = mkEnableOption (lib.mdDoc "this SMTP server for listmonk"); Loading Loading @@ -86,7 +86,7 @@ let # TODO: refine this type based on the smtp one. "bounce.mailboxes" = mkOption { type = listOf (submodule { freeformType = with types; oneOf [ str int bool ]; }); (submodule { freeformType = with types; listOf (attrsOf anything); }); default = [ ]; description = lib.mdDoc "List of bounce mailboxes"; }; Loading Loading
nixos/modules/services/mail/listmonk.nix +2 −2 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ let smtp = mkOption { type = listOf (submodule { freeformType = with types; attrsOf (oneOf [ str int bool ]); freeformType = with types; attrsOf anything; options = { enabled = mkEnableOption (lib.mdDoc "this SMTP server for listmonk"); Loading Loading @@ -86,7 +86,7 @@ let # TODO: refine this type based on the smtp one. "bounce.mailboxes" = mkOption { type = listOf (submodule { freeformType = with types; oneOf [ str int bool ]; }); (submodule { freeformType = with types; listOf (attrsOf anything); }); default = [ ]; description = lib.mdDoc "List of bounce mailboxes"; }; Loading