feat(forgejo): enable mailer

This commit is contained in:
buffet 2024-05-03 10:22:21 +02:00
parent af533ec3bf
commit e6272ebca0

View file

@ -12,7 +12,7 @@ in {
federation.ENABLED = true;
mailer = {
ENABLED = false;
ENABLED = true;
PROTOCOL = "sendmail";
FROM = "buffet's kitchen <do-not-reply@buffets.kitchen>";
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";