Enable forgejo email notifications #45

Merged
fabianhauser merged 1 commit from enable-forgejo-notifications into main 2025-03-20 13:02:21 +01:00

View file

@ -40,7 +40,11 @@ with lib;
}; };
"ssh.minimum_key_sizes".RSA = 2047; "ssh.minimum_key_sizes".RSA = 2047;
session.COOKIE_SECURE = true; session.COOKIE_SECURE = true;
service.DISABLE_REGISTRATION = true; service = {
DISABLE_REGISTRATION = true;
ENABLE_NOTIFY_MAIL = true;
DEFAULT_KEEP_EMAIL_PRIVATE = true;
};
mailer = { mailer = {
ENABLED = true; ENABLED = true;
PROTOCOL = "sendmail"; PROTOCOL = "sendmail";