nixos/mailman: update postfix config names

Fixes:

	trace: Obsolete option `services.postfix.config' is used. It was renamed to `services.postfix.settings.main'.
This commit is contained in:
Alyssa Ross
2025-08-27 19:55:50 +02:00
parent 04e759786f
commit a97a8006a5
+3 -3
View File
@@ -437,9 +437,9 @@ in
for more info.
'';
}
(requirePostfixHash [ "config" "relay_domains" ] "postfix_domains")
(requirePostfixHash [ "config" "transport_maps" ] "postfix_lmtp")
(requirePostfixHash [ "config" "local_recipient_maps" ] "postfix_lmtp")
(requirePostfixHash [ "settings" "main" "relay_domains" ] "postfix_domains")
(requirePostfixHash [ "settings" "main" "transport_maps" ] "postfix_lmtp")
(requirePostfixHash [ "settings" "main" "local_recipient_maps" ] "postfix_lmtp")
]);
users.users.mailman = {