chore: set database user to same as gitea user

Signed-off-by: Chinmay D. Pai <chinmay.pai@zerodha.com>
This commit is contained in:
Chinmay D. Pai 2023-11-27 01:32:01 +05:30
parent 3171cc4390
commit ce9933abe1
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -27,6 +27,7 @@ in {
database = { database = {
type = "postgres"; type = "postgres";
passwordFile = config.age.secrets.gitea.path; passwordFile = config.age.secrets.gitea.path;
user = config.services.gitea.user;
}; };
settings = { settings = {