services: gitea: change database name

I've renamed the database by hand
This commit is contained in:
Antoine Martin 2023-12-05 15:57:02 +01:00
parent 0a6b9a9290
commit 422703c8ac

View file

@ -85,9 +85,7 @@ in {
type = "postgres"; type = "postgres";
# user needs to be the same as gitea user # user needs to be the same as gitea user
user = giteaUser; user = giteaUser;
# FIXME: change database name to match 23.11 postgres changes around ensureDatabase name = giteaUser;
createDatabase = false;
socket = "/run/postgresql";
}; };
}; };