Told me to update these settings
This commit is contained in:
parent
2d95d1f922
commit
8f4640850a
|
@ -62,7 +62,11 @@
|
||||||
|
|
||||||
#Increase opcache string buffer
|
#Increase opcache string buffer
|
||||||
phpOptions."opcache.interned_strings_buffer" = "23";
|
phpOptions."opcache.interned_strings_buffer" = "23";
|
||||||
|
# Further forces Nextcloud to use HTTPS
|
||||||
|
extraOptions = {
|
||||||
|
defaultPhoneRegion = "NL";
|
||||||
|
overwriteprotocol = "https";
|
||||||
|
};
|
||||||
appstoreEnable = true;
|
appstoreEnable = true;
|
||||||
extraAppsEnable = true;
|
extraAppsEnable = true;
|
||||||
#extraApps = with config.services.nextcloud.package.packages.apps; {
|
#extraApps = with config.services.nextcloud.package.packages.apps; {
|
||||||
|
@ -72,11 +76,6 @@
|
||||||
#};
|
#};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
# Further forces Nextcloud to use HTTPS
|
|
||||||
overwriteProtocol = "https";
|
|
||||||
|
|
||||||
defaultPhoneRegion = "NL";
|
|
||||||
|
|
||||||
# Nextcloud PostegreSQL database configuration, recommended over using SQLite
|
# Nextcloud PostegreSQL database configuration, recommended over using SQLite
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
dbuser = "nextcloud";
|
dbuser = "nextcloud";
|
||||||
|
|
Loading…
Reference in a new issue