nixos/postfix: fold main and master config into settings attribute
This commit is contained in:
@@ -107,7 +107,7 @@ in
|
||||
|
||||
services.postfix = {
|
||||
enable = true;
|
||||
config = {
|
||||
settings.main = {
|
||||
compatibility_level = "2";
|
||||
mydestination = [ clientDomain ];
|
||||
myhostname = clientDomain;
|
||||
|
||||
Reference in New Issue
Block a user