From 1e540bb39c6770298ba408bb61d05ecdccef83fa Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 9 Mar 2026 14:48:04 +0100 Subject: [PATCH] [pretalx] flip ssl/tls due to error --- machines/pretalx/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/pretalx/configuration.nix b/machines/pretalx/configuration.nix index 6ef5c8c..59f39d9 100644 --- a/machines/pretalx/configuration.nix +++ b/machines/pretalx/configuration.nix @@ -85,8 +85,8 @@ in user = "malobot@systemli.org"; host = "mail.systemli.org"; port = "465"; - ssl = false; - tls = true; + ssl = true; + tls = false; }; };