Fix gitea user to allow sending email
All checks were successful
CI / build:cross (pull_request) Successful in 8s
CI / build:all (pull_request) Successful in 16s

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

Fixes: #220
This commit is contained in:
2026-01-09 17:59:44 +01:00
parent d0e944d05c
commit fcfee6c674

View File

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