Wrong place for extra apps

This commit is contained in:
Lillian-Violet 2023-11-23 19:57:25 +01:00
parent 1626988e82
commit 10623a16b1

View file

@ -48,12 +48,6 @@
configureRedis = true;
maxUploadSize = "16G";
config = {
# Further forces Nextcloud to use HTTPS
overwriteProtocol = "https";
defaultPhoneRegion = "NL";
extraAppsEnable = true;
extraApps = with config.services.nextcloud.package.packages.apps; {
# List of apps we want to install and are already packaged in
@ -61,6 +55,12 @@
inherit calendar contacts deck forms music news notes onlyoffice polls twofactor_nextcloud_notification unsplash;
};
config = {
# Further forces Nextcloud to use HTTPS
overwriteProtocol = "https";
defaultPhoneRegion = "NL";
# Nextcloud PostegreSQL database configuration, recommended over using SQLite
dbtype = "pgsql";
dbuser = "nextcloud";