lol

nixos/mailman: update postfix config names (#437602)

authored by

Sandro and committed by
GitHub
62b7b184 43d66715

+3 -3
+3 -3
nixos/modules/services/mail/mailman.nix
··· 437 437 for more info. 438 438 ''; 439 439 } 440 - (requirePostfixHash [ "config" "relay_domains" ] "postfix_domains") 441 - (requirePostfixHash [ "config" "transport_maps" ] "postfix_lmtp") 442 - (requirePostfixHash [ "config" "local_recipient_maps" ] "postfix_lmtp") 440 + (requirePostfixHash [ "settings" "main" "relay_domains" ] "postfix_domains") 441 + (requirePostfixHash [ "settings" "main" "transport_maps" ] "postfix_lmtp") 442 + (requirePostfixHash [ "settings" "main" "local_recipient_maps" ] "postfix_lmtp") 443 443 ]); 444 444 445 445 users.users.mailman = {