Fix gitea user to allow sending email
All checks were successful
CI / build:all (pull_request) Successful in 56m28s
CI / build:cross (pull_request) Successful in 1h5m6s

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 ebba91d48b
commit 2577f6344b

View File

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