fix: small nextcloud fixes #36

Merged
teutat3s merged 6 commits from feat/nextcloud into main 2023-10-29 19:52:16 +00:00
Showing only changes of commit a10d77dcf6 - Show all commits

View file

@ -111,6 +111,10 @@
simpleSignUpLink.shown = false;
};
phpOptions = {
"opcache.interned_strings_buffer" = "16";
};
caching.redis = true;
autoUpdateApps.enable = true;
database.createLocally = true;