services: gitea: note about ensureDatabases
This commit is contained in:
parent
ee549958d1
commit
fe66278f25
|
@ -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"];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue