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