keep gitea user and group

This commit is contained in:
nyanloutre 2025-04-02 16:39:14 +02:00
parent 2f0d121c35
commit ff322fd4a9

View file

@ -300,6 +300,8 @@ in
forgejo = {
enable = true;
user = "gitea";
group = "gitea";
stateDir = "/var/lib/gitea";
database = {
type = "postgres";