services: forgejo: drop attribute which gets overwritten anyway
All checks were successful
flake / build (push) Successful in 4m0s

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-08-17 01:05:35 +02:00
parent 5f133d017e
commit e1c83122ca
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -43,7 +43,6 @@ in {
ENABLED = true;
FROM = "noreply@${my.domain}";
PROTOCOL = "smtps";
SMTP_ADDR = "smtp.mailgun.org";
SMTP_PORT = 465;
USER = "noreply@${my.domain}";
};