services.lighttpd.enableModules

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
<nixpkgs/nixos/modules/services/web-servers/lighttpd/default.nix>