nixos/mailman: allow setting relay domains with services.postfix.config.relay_domains

This commit is contained in:
Sandro Jäckel
2024-08-05 21:15:28 +02:00
parent cb9a96f23c
commit 0bf368c8ac
+2 -2
View File
@@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: # mailman.nix
{ config, pkgs, lib, ... }:
with lib;
@@ -367,7 +367,7 @@ in {
for more info.
'';
}
(requirePostfixHash [ "relayDomains" ] "postfix_domains")
(requirePostfixHash [ "config" "relay_domains" ] "postfix_domains")
(requirePostfixHash [ "config" "transport_maps" ] "postfix_lmtp")
(requirePostfixHash [ "config" "local_recipient_maps" ] "postfix_lmtp")
]);