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"; + }; }; };