Fix gitea user to allow sending email

In order to send email, the gitea user needs to be in the mail-robot
group.

Fixes: rarias/jungle#220
Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
2026-01-09 17:59:44 +01:00
parent 22420e6ac8
commit dda6a66782

View File

@@ -27,4 +27,7 @@
};
};
};
# Allow gitea user to send mail
users.users.gitea.extraGroups = [ "mail-robot" ];
}