MyNixOS website logo
option

services.maddy.localDomains

Define list of allowed domains.

Declarations
Type
list of string
Default
[
  "$(primary_domain)"
]
Example
[
  "$(primary_domain)"
  "example.com"
  "other.example.com"
]