nixos/postfix: fold main and master config into settings attribute

This commit is contained in:
Martin Weinelt
2025-07-17 00:40:08 +02:00
parent 791dcff3a9
commit 7f52135a59
26 changed files with 341 additions and 322 deletions

View File

@@ -107,7 +107,7 @@ in
services.postfix = {
enable = true;
config = {
settings.main = {
compatibility_level = "2";
mydestination = [ clientDomain ];
myhostname = clientDomain;