server: nextcloud: disable manage database locally

This commit is contained in:
2023-05-07 14:38:15 +02:00
parent 67b82c07cc
commit bb5f73ac42

View File

@@ -7,6 +7,7 @@
https = true;
package = pkgs.nextcloud26;
enableBrokenCiphersForSSE = false;
database.createLocally = false;
config = {
dbtype = "pgsql";
dbuser = "nextcloud";