MyNixOS website logo
option

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.

Declarations
Type
list of string
Default
[ ]
Example
[
  "mod_cgi"
  "mod_status"
]