magpie/nextcloud: add php optimizations
This commit is contained in:
parent
9c6df06d38
commit
4ef5ab21a8
@ -93,7 +93,7 @@
|
||||
virtualHost.listenPort = 4001;
|
||||
};
|
||||
|
||||
services.nextcloud = {
|
||||
services.nextcloud = rec {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud27;
|
||||
config.adminpassFile = config.sops.secrets."nextcloud_admin".path;
|
||||
@ -118,7 +118,7 @@
|
||||
];
|
||||
};
|
||||
phpOptions =
|
||||
config.services.nextcloud.phpOptions.default
|
||||
phpOptions.default
|
||||
// {
|
||||
"opcache.jit" = "tracing";
|
||||
"opcache.jit_buffer_size" = "100M";
|
||||
|
Loading…
Reference in New Issue
Block a user