Skip to content

Commit

Permalink
nextxcloud additinial php extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alper-Celik committed Nov 26, 2024
1 parent a16364a commit 65e7ee0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rpi5/nextcloud.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@

services.nextcloud = {
enable = true;

phpExtraExtensions = all: [
all.pdlib
all.bz2
];
maxUploadSize = "10G";

caching.redis = true;
Expand Down Expand Up @@ -56,6 +59,7 @@

phpOptions = {
"opcache.interned_strings_buffer" = 20;

};
};

Expand Down

0 comments on commit 65e7ee0

Please sign in to comment.