mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Fix deprecated option
This commit is contained in:
parent
050c0bc884
commit
a225279355
1 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue