services.drupal.sites
Specification of one or more Drupal sites to serve
- Type
attribute set of (submodule)- Default
{ localhost = { enable = true; }; }- Declared
- <nixpkgs/nixos/modules/services/web-apps/drupal.nix>
Specification of one or more Drupal sites to serve
attribute set of (submodule){
localhost = {
enable = true;
};
}