server: nextcloud: disable manage database locally
This commit is contained in:
parent
67b82c07cc
commit
bb5f73ac42
@ -7,6 +7,7 @@
|
||||
https = true;
|
||||
package = pkgs.nextcloud26;
|
||||
enableBrokenCiphersForSSE = false;
|
||||
database.createLocally = false;
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
dbuser = "nextcloud";
|
||||
|
Loading…
Reference in New Issue
Block a user