mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/nextcloud: avoid loading imagick extension more than once
This avoids the following error message: Module 'imagick' already loaded at Unknown#0
This commit is contained in:
parent
2fea715779
commit
db32158bbd
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ in {
|
|||
pools.nextcloud = {
|
||||
user = "nextcloud";
|
||||
group = "nginx";
|
||||
phpOptions = phpOptionsExtensions + phpOptionsStr;
|
||||
phpOptions = phpOptionsStr;
|
||||
phpPackage = phpPackage;
|
||||
phpEnv = {
|
||||
NEXTCLOUD_CONFIG_DIR = "${cfg.home}/config";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue