diff --git a/nixos/modules/services/web-apps/grav.nix b/nixos/modules/services/web-apps/grav.nix index 6549002c47ac..ea2c8ed46271 100644 --- a/nixos/modules/services/web-apps/grav.nix +++ b/nixos/modules/services/web-apps/grav.nix @@ -102,24 +102,12 @@ in phpPackage = cfg.phpPackage.buildEnv { extensions = { all, enabled }: - with all; - [ + enabled + ++ (with all; [ apcu - ctype - curl - dom - exif - filter - gd - mbstring - opcache - openssl - session - simplexml xml yaml - zip - ]; + ]); extraConfig = generators.toKeyValue { mkKeyValue = generators.mkKeyValueDefault { } " = "; } { output_buffering = "0";