From 50ecec50d66bf9e01cc020e1af577077596e18ee Mon Sep 17 00:00:00 2001 From: kat witch Date: Thu, 12 Aug 2021 06:16:27 +0100 Subject: [PATCH] mx fix --- depot/services/mail/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depot/services/mail/default.nix b/depot/services/mail/default.nix index b0a22be1..a7835367 100644 --- a/depot/services/mail/default.nix +++ b/depot/services/mail/default.nix @@ -14,7 +14,7 @@ with lib; domain = "@"; mx = { priority = 10; - target = config.network.addresses.public.domain; + target = "${config.network.addresses.public.domain}."; }; };