From e53be29b0c53c75ade9c3faee5de6ca1ce5312a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 8 Apr 2024 22:48:02 -0300 Subject: [PATCH] email: fix fqdn --- hosts/phantom/email.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/phantom/email.nix b/hosts/phantom/email.nix index 05be3a0..d56a946 100644 --- a/hosts/phantom/email.nix +++ b/hosts/phantom/email.nix @@ -8,7 +8,7 @@ mailserver = { enable = true; - fqdn = "mail.lelgenio.xyz"; + fqdn = "lelgenio.xyz"; domains = [ "lelgenio.xyz" "git.lelgenio.xyz"