From 81e8a2a5f396b342616f68d02a0d988ccb404bca Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Tue, 5 Aug 2025 10:25:58 +0200 Subject: [PATCH] nixos/postfix: tweak confusing migration suggestions --- nixos/modules/services/mail/postfix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/mail/postfix.nix b/nixos/modules/services/mail/postfix.nix index c2b3debeadf4..0ea3599db615 100644 --- a/nixos/modules/services/mail/postfix.nix +++ b/nixos/modules/services/mail/postfix.nix @@ -1235,10 +1235,10 @@ in "services.postfix.lookupMX was removed. Use services.postfix.settings.main.relayhost and put the hostname in angled brackets, if you need to turn off MX and SRV lookups." ) (lib.mkRemovedOptionModule [ "services" "postfix" "relayHost" ] - "services.postfix.relayHost was removed in favor of services.postfix.settings.main.relayhost, which now takes a list of host/port." + "services.postfix.relayHost was removed in favor of services.postfix.settings.main.relayhost, which now takes a list of host:port." ) (lib.mkRemovedOptionModule [ "services" "postfix" "relayPort" ] - "services.postfix.relayPort was removed in favor of services.postfix.settings.main.relayhost, which now takes a list of host/port." + "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."