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