mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
nixos/nextcloud: default createLocally to false
This commit is contained in:
parent
f52d66e7ed
commit
f9f76529cd
7 changed files with 13 additions and 9 deletions
|
@ -25,6 +25,7 @@ in {
|
|||
redis = true;
|
||||
memcached = false;
|
||||
};
|
||||
database.createLocally = true;
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
inherit adminuser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue