services: gitea: change database name
I've renamed the database by hand
This commit is contained in:
parent
0a6b9a9290
commit
422703c8ac
|
@ -85,9 +85,7 @@ in {
|
|||
type = "postgres";
|
||||
# user needs to be the same as gitea user
|
||||
user = giteaUser;
|
||||
# FIXME: change database name to match 23.11 postgres changes around ensureDatabase
|
||||
createDatabase = false;
|
||||
socket = "/run/postgresql";
|
||||
name = giteaUser;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue