diff options
| author | schererleander <leander@schererleander.de> | 2025-10-26 20:04:07 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-10-26 20:04:07 +0100 |
| commit | d532a0f27dfa1dd5efbad0c579540ce83a112f3d (patch) | |
| tree | 3ee38f93bfb6dcec7ff5df02785f889103c3d7a3 /hosts/sachiel | |
| parent | 27975fd0ac3a4790a616d4d1dcc5c970fa2e07d9 (diff) | |
fix nextcloud warnings
Diffstat (limited to 'hosts/sachiel')
| -rw-r--r-- | hosts/sachiel/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix index d5310bd..0f7d28c 100644 --- a/hosts/sachiel/configuration.nix +++ b/hosts/sachiel/configuration.nix @@ -171,6 +171,7 @@ trusted_domains = [ "cloud.schererleander.de" ]; logtimezone = "Europe/Berlin"; }; + phpOptions."opcache.interned_strings_buffer" = "64"; }; security.auditd.enable = true; |
