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
No known key found for this signature in database
GPG key ID: 2E54EA7BFE630916
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;