nextcloud: Apply recommended PHP setting
This commit is contained in:
parent
6b1e5dee56
commit
46ea18d792
|
@ -27,6 +27,12 @@ in {
|
|||
defaultPhoneRegion = "AT";
|
||||
};
|
||||
|
||||
phpOptions =
|
||||
config.services.nextcloud.phpOptions.default
|
||||
// {
|
||||
"opcache.interned_strings_buffer" = "16";
|
||||
};
|
||||
|
||||
extraApps = {
|
||||
inherit (pkgs.local) bookmarks calendar contacts cookbook news notes;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue