From 5d7e14e9de4e72896b8ae3dbb6b30f8c113a0791 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 2 Dec 2025 19:37:14 +0100 Subject: [PATCH] nixos-25.11 --- systems/x86_64-linux/sgx/mail.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/systems/x86_64-linux/sgx/mail.nix b/systems/x86_64-linux/sgx/mail.nix index a452ec6..e38ebd0 100644 --- a/systems/x86_64-linux/sgx/mail.nix +++ b/systems/x86_64-linux/sgx/mail.nix @@ -7,8 +7,7 @@ services.postfix = { enable = true; - relayHost = "smtp.gmail.com"; - relayPort = 587; + settings.main.relayhost = [ "[smtp.gmail.com]:587" ]; config = { smtp_use_tls = "yes"; smtp_sasl_auth_enable = "yes";