fix(services/forgejo): enable notification emails

This commit is contained in:
Michael Thomas 2024-06-26 18:56:20 -04:00
parent fb42002a18
commit 41122b7b5f

View File

@ -80,6 +80,10 @@ in {
};
settings.service = {
DISABLE_REGISTRATION = true;
ENABLE_NOTIFY_MAIL = true;
};
settings.admin = {
DEFAULT_EMAIL_NOTIFICATIONS = "onmention";
};
settings.openid = {
ENABLE_OPENID_SIGNIN = true;