services.maddy.localDomains

NixOS option

Define list of allowed domains.

type: list of string
Default
[
  "$(primary_domain)"
]
Example
[
  "$(primary_domain)"
  "example.com"
  "other.example.com"
]
declared in: nixos/modules/services/mail/maddy.nixView source on NixOS/nixpkgs →