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 stringDefault
[ ]
Example
declared in: nixos/modules/services/web-servers/lighttpd/default.nixView source on NixOS/nixpkgs →[ "mod_cgi" "mod_status" ]