0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

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

@ -26,6 +26,7 @@ in {
redis = false;
memcached = true;
};
database.createLocally = true;
config = {
dbtype = "mysql";
# Don't inherit adminuser since "root" is supposed to be the default