1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix deprecated option

This commit is contained in:
RGBCube 2024-02-26 10:46:20 +03:00
parent 050c0bc884
commit a225279355
No known key found for this signature in database

View file

@ -52,12 +52,7 @@ in serverSystemConfiguration {
mail_from_address = "cloud";
};
phpOptions = {
"opcache.interned_strings_buffer" = "16";
output_buffering = "off";
};
extraOptions.enabledPreviewProviders = [
settings.enabledPreviewProviders = [
"OC\\Preview\\BMP"
"OC\\Preview\\GIF"
"OC\\Preview\\JPEG"
@ -71,6 +66,11 @@ in serverSystemConfiguration {
"OC\\Preview\\HEIC"
];
phpOptions = {
"opcache.interned_strings_buffer" = "16";
output_buffering = "off";
};
extraAppsEnable = true;
extraApps = {
inherit (config.services.nextcloud.package.packages.apps)