MyNixOS website logo
option

services.signaturepdf.extraConfig

Additional configuration optional.

Declarations
Type
attribute set of (string or signed integer or boolean or floating point number)
Default
{ }
Example
{
  max_file_uploads = "201";
  post_max_size = "24M";
  upload_max_filesize = "24M";
}