Told me to update these settings

This commit is contained in:
Lillian Violet 2024-01-01 23:31:13 +01:00
parent a3f0b54100
commit 0f8a707147

View file

@ -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";