services.stirling-pdf.environment

NixOS option

Environment variables for the stirling-pdf app. See https://github.com/Stirling-Tools/Stirling-PDF#customisation for available options.

type: attribute set of (string or signed integer or boolean)
Default
{ }
Example
{
  INSTALL_BOOK_AND_ADVANCED_HTML_OPS = true;
  SERVER_PORT = 8080;
}
declared in: nixos/modules/services/web-apps/stirling-pdf.nixView source on NixOS/nixpkgs →