diff --git a/options.html b/options.html index 22256caf..08e653f6 100644 --- a/options.html +++ b/options.html @@ -15027,6 +15027,29 @@ for more details.
Type: integer between 2500 and 9000 (both inclusive)
Default:
4500
Declared by:
<home-manager/modules/services/sctd.nix>
+ |
services.signaturepdf.enable
Whether to enable signaturepdf; signing, organizing, editing metadatas or compressing PDFs.
Type: +boolean
Default:
+false
Example:
+true
Declared by:
+<home-manager/modules/services/signaturepdf.nix>
+ |
services.signaturepdf.package
signaturepdf derivation to use.
Type: +package
Default:
+"pkgs.signaturepdf"
Declared by:
+<home-manager/modules/services/signaturepdf.nix>
+ |
services.signaturepdf.extraConfig
Additional configuration optional.
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"; +} +
Declared by:
+<home-manager/modules/services/signaturepdf.nix>
+ |
services.signaturepdf.port
The port on which the application runs
Type: +16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default:
+8080
Example:
+8081
Declared by:
+<home-manager/modules/services/signaturepdf.nix>
|
services.spotifyd.enable
Whether to enable SpotifyD connect.
Type: boolean
Default:
false
Example: