nixpkgs/nixos/modules/services/web-servers/lighttpd
Bjørn Forsman fca51849ec nixos/lighttpd: add services.lighttpd.enableModules option
This option makes the coupling between lighttpd and its sub-services
more "loose".

While the option is a list, its purpose is to provide a "set" of needed
modules to load for lighttpd to function correctly with its config. The
NixOS lighttpd module ensures that lighttpd modules are loaded no more
than once (because lighttpd dislikes that), and in the correct order.

Also add an assertion that all modules listed in .enableModules are
valid.
2014-10-05 19:15:19 +02:00
..
cgit.nix nixos/lighttpd: add services.lighttpd.enableModules option 2014-10-05 19:15:19 +02:00
default.nix nixos/lighttpd: add services.lighttpd.enableModules option 2014-10-05 19:15:19 +02:00
gitweb.nix nixos/lighttpd: add services.lighttpd.enableModules option 2014-10-05 19:15:19 +02:00