services.postfix.settings.main.mydestination

List of domain names intended for local delivery using /etc/passwd and /etc/aliases.

Do not include virtual domains in this list.

https://www.postfix.org/postconf.5.html#mydestination

Type
null or string or list of string
Default
[
  "$myhostname"
  "localhost.$mydomain"
  "localhost"
]
Declared
<nixpkgs/nixos/modules/services/mail/postfix.nix>