mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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";
|
mail_from_address = "cloud";
|
||||||
};
|
};
|
||||||
|
|
||||||
phpOptions = {
|
settings.enabledPreviewProviders = [
|
||||||
"opcache.interned_strings_buffer" = "16";
|
|
||||||
output_buffering = "off";
|
|
||||||
};
|
|
||||||
|
|
||||||
extraOptions.enabledPreviewProviders = [
|
|
||||||
"OC\\Preview\\BMP"
|
"OC\\Preview\\BMP"
|
||||||
"OC\\Preview\\GIF"
|
"OC\\Preview\\GIF"
|
||||||
"OC\\Preview\\JPEG"
|
"OC\\Preview\\JPEG"
|
||||||
|
@ -71,6 +66,11 @@ in serverSystemConfiguration {
|
||||||
"OC\\Preview\\HEIC"
|
"OC\\Preview\\HEIC"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
phpOptions = {
|
||||||
|
"opcache.interned_strings_buffer" = "16";
|
||||||
|
output_buffering = "off";
|
||||||
|
};
|
||||||
|
|
||||||
extraAppsEnable = true;
|
extraAppsEnable = true;
|
||||||
extraApps = {
|
extraApps = {
|
||||||
inherit (config.services.nextcloud.package.packages.apps)
|
inherit (config.services.nextcloud.package.packages.apps)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue