Merge pull request #80849 from BBBSnowball/pull-load-imagick-once

nixos/nextcloud: avoid loading imagick extension more than once
This commit is contained in:
Aaron Andersen 2020-02-26 17:17:55 -05:00 committed by GitHub
commit 4d67db3101
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";