1
0
Fork 0

nixbld: fix nextcloud opcache warning

This commit is contained in:
Sebastien Bourdeauducq 2024-05-24 09:49:17 +08:00
parent 6487eab3c7
commit 543e9468cc
1 changed files with 1 additions and 0 deletions

View File

@ -1132,6 +1132,7 @@ in
maxUploadSize = "2G";
config.adminpassFile = "/etc/nixos/secret/nextcloud_pass.txt";
config.defaultPhoneRegion = "HK";
phpOptions."opcache.interned_strings_buffer" = "12";
};
services.hedgedoc = {