nixos/postfix: fix removed option's replacement instructions

The replacement instructions for the removed services.postfix.extraConfig option suggests using the services.postfix.extraConfig option instead, which doesn't exist.
This commit is contained in:
Abdelrahman Abdelhafez
2025-10-21 10:56:47 +02:00
parent dacb109011
commit 6aafe72232
+1 -1
View File
@@ -1243,7 +1243,7 @@ in
"services.postfix.relayPort was removed in favor of services.postfix.settings.main.relayhost, which now takes a list of host:port."
)
(lib.mkRemovedOptionModule [ "services" "postfix" "extraConfig" ]
"services.postfix.extraConfig was replaced by the structured freeform service.postfix.settings.main option."
"services.postfix.extraConfig was replaced by the structured freeform services.postfix.settings.main option."
)
(lib.mkRenamedOptionModule
[ "services" "postfix" "networks" ]