From 01660a3389531eeec5d4e7d9337bbfe5736491aa Mon Sep 17 00:00:00 2001 From: oddlama Date: Mon, 29 Jul 2024 02:58:12 +0200 Subject: [PATCH] chore(stalwart): use fqdn --- hosts/envoy/stalwart-mail.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/envoy/stalwart-mail.nix b/hosts/envoy/stalwart-mail.nix index e907301..0e72c7e 100644 --- a/hosts/envoy/stalwart-mail.nix +++ b/hosts/envoy/stalwart-mail.nix @@ -336,8 +336,9 @@ in { default = true; }; + lookup.default.hostname = config.networking.fqdn; server = { - hostname = "mx1.${primaryDomain}"; + hostname = config.networking.fqdn; tls = { certificate = "default"; ignore-client-order = true;