From e32ee42ed15f36c635a51cc803042873def62156 Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 9 Mar 2026 13:02:56 +0100 Subject: [PATCH] [pretalx] rm redundant 'settings' --- machines/pretalx/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/pretalx/configuration.nix b/machines/pretalx/configuration.nix index 7431cfe0..ae5eba2c 100644 --- a/machines/pretalx/configuration.nix +++ b/machines/pretalx/configuration.nix @@ -80,7 +80,7 @@ in locale = { language_code = "de"; }; - settings.mail = { + mail = { from = "malobot@systemli.org"; host = "mail.systemli.org"; port = "465";