Loading nixos/modules/services/web-apps/nextcloud.nix +2 −2 Original line number Diff line number Diff line Loading @@ -1100,8 +1100,8 @@ in ''; }; mail_smtpstreamoptions = lib.mkOption { type = lib.types.listOf lib.types.str; default = [ ]; type = lib.types.attrsOf (lib.types.attrsOf lib.types.anything); default = { }; description = '' This depends on `mail_smtpmode`. Array of additional streams options that will be passed to underlying Swift mailer implementation. ''; Loading Loading
nixos/modules/services/web-apps/nextcloud.nix +2 −2 Original line number Diff line number Diff line Loading @@ -1100,8 +1100,8 @@ in ''; }; mail_smtpstreamoptions = lib.mkOption { type = lib.types.listOf lib.types.str; default = [ ]; type = lib.types.attrsOf (lib.types.attrsOf lib.types.anything); default = { }; description = '' This depends on `mail_smtpmode`. Array of additional streams options that will be passed to underlying Swift mailer implementation. ''; Loading