From ad82f1d236e5d7fcdd3355e6c014e65d900503ad Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sun, 18 May 2025 17:01:41 +0200 Subject: [PATCH] fix Nextcloud opcache warning --- systems/LoutreOS/web.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/LoutreOS/web.nix b/systems/LoutreOS/web.nix index 7108cd6..c9c8d65 100644 --- a/systems/LoutreOS/web.nix +++ b/systems/LoutreOS/web.nix @@ -388,6 +388,9 @@ in ]; }; autoUpdateApps.enable = true; + phpOptions = { + "opcache.interned_strings_buffer" = "23"; + }; }; };