MyNixOS website logo
option

services.drupal.sites

Specification of one or more Drupal sites to serve.

Declarations
Type
attribute set of (submodule)
Default
{
  localhost = {
    enable = true;
  };
}