nixos/nextcloud: default createLocally to false

This commit is contained in:
Gabriel Fontes
2023-05-09 11:51:39 -03:00
parent f52d66e7ed
commit f9f76529cd
7 changed files with 13 additions and 9 deletions

View File

@@ -25,6 +25,7 @@ in {
redis = true;
memcached = false;
};
database.createLocally = true;
config = {
dbtype = "pgsql";
inherit adminuser;