services.lighttpd.enableModules

NixOS option

List of lighttpd modules to enable. Sub-services take care of enabling modules as needed, so this option is mainly for when you want to add custom stuff to services.lighttpd.extraConfig that depends on a certain module.

type: list of string
Default
[ ]
Example
[
  "mod_cgi"
  "mod_status"
]
declared in: nixos/modules/services/web-servers/lighttpd/default.nixView source on NixOS/nixpkgs →