Force config?

This commit is contained in:
Lillian Violet 2023-11-23 14:41:02 +01:00
parent 7ed171ac0d
commit 24ddf9b431

View file

@ -53,10 +53,11 @@
mysql.utf8mb4 = true;
};
phpOptions = {
phpOptions = pkgs.lib.mkForce {
"opcache.interned_strings_buffer" = "16";
"upload_max_filesize" = "10G";
"post_max_size" = "10G";
"memory_limit" = "8G";
};
};