services: gitea: note about ensureDatabases

This commit is contained in:
Antoine Martin 2022-06-14 17:58:05 +02:00
parent ee549958d1
commit fe66278f25

View file

@ -95,6 +95,8 @@ in {
]; ];
}; };
# NOTE: no need to use postgresql.ensureDatabases because the gitea module
# takes care of this automatically
services.postgresqlBackup = { services.postgresqlBackup = {
databases = ["gitea"]; databases = ["gitea"];
}; };