MyNixOS website logo
option

services.sympa.domains

Email domains handled by this instance. There have to be MX records for keys of this attribute set.

Declarations
Type
attribute set of (submodule)
Example
{
  "lists.example.org" = {
    webHost = "lists.example.org";
    webLocation = "/";
  };
  "sympa.example.com" = {
    webHost = "example.com";
    webLocation = "/sympa";
  };
}