From 981fe889ff2f1f624b071393deb1191d230ff07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 1 Aug 2024 12:25:46 -0300 Subject: [PATCH] forgejo: fix email host address --- hosts/phantom/forgejo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/phantom/forgejo.nix b/hosts/phantom/forgejo.nix index cd95461..2693ff4 100644 --- a/hosts/phantom/forgejo.nix +++ b/hosts/phantom/forgejo.nix @@ -34,7 +34,7 @@ in }; mailer = { ENABLED = true; - SMTP_ADDR = "mail.lelgenio.com"; + SMTP_ADDR = "lelgenio.com"; FROM = "noreply@git.lelgenio.com"; USER = "noreply@git.lelgenio.com"; };