about summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2024-03-14 18:36:11 +0200
committerIlan Joselevich <personal@ilanjoselevich.com>2024-03-14 18:36:11 +0200
commit9353fb2309902387c16130c97f27242ef24bc4c6 (patch)
treeb48ff352cec3d44c1f5058a561d6187e5e7f07a9 /nixos/modules/services
parenta2c0efbf5e28fd58a0b2cda8da371817ac7e1a61 (diff)
downloadnixlib-9353fb2309902387c16130c97f27242ef24bc4c6.tar
nixlib-9353fb2309902387c16130c97f27242ef24bc4c6.tar.gz
nixlib-9353fb2309902387c16130c97f27242ef24bc4c6.tar.bz2
nixlib-9353fb2309902387c16130c97f27242ef24bc4c6.tar.lz
nixlib-9353fb2309902387c16130c97f27242ef24bc4c6.tar.xz
nixlib-9353fb2309902387c16130c97f27242ef24bc4c6.tar.zst
nixlib-9353fb2309902387c16130c97f27242ef24bc4c6.zip
nixos/nextcloud: remove opcache.enable_cli=1
Upstream no longer recommends enabling the opcache cli.
See the following:
 - https://github.com/nextcloud/documentation/issues/1439
 - https://github.com/nextcloud/server/pull/15468
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/web-apps/nextcloud.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/nextcloud.nix b/nixos/modules/services/web-apps/nextcloud.nix
index 5cda4a00a9de..7f998207c434 100644
--- a/nixos/modules/services/web-apps/nextcloud.nix
+++ b/nixos/modules/services/web-apps/nextcloud.nix
@@ -14,7 +14,6 @@ let
     expose_php = "Off";
     error_reporting = "E_ALL & ~E_DEPRECATED & ~E_STRICT";
     display_errors = "stderr";
-    "opcache.enable_cli" = "1";
     "opcache.interned_strings_buffer" = "8";
     "opcache.max_accelerated_files" = "10000";
     "opcache.memory_consumption" = "128";