nixos/icingaweb2: Fix php packages

wip/yesman
Janne Heß 4 years ago
parent b7620817f6
commit e2da1219d4
No known key found for this signature in database
GPG Key ID: 69165158F05265DF
  1. 2
      nixos/modules/services/web-apps/icingaweb2/icingaweb2.nix

@ -167,8 +167,8 @@ in {
services.phpfpm.pools = mkIf (cfg.pool == "${poolName}") {
${poolName} = {
user = "icingaweb2";
phpPackage = pkgs.php.withExtensions ({ enabled, all }: [ all.imagick ] ++ enabled);
phpOptions = ''
extension = ${pkgs.phpPackages.imagick}/lib/php/extensions/imagick.so
date.timezone = "${cfg.timezone}"
'';
settings = mapAttrs (name: mkDefault) {

Loading…
Cancel
Save