nixos/kimai: set PHP package for PHP-FPM pool to Kimai's PHP package

I've already made it so that Kimai's PHP package has all required
extensions. So use that instead of the default PHP package.

This fixes a warning in Kimai's doctor page.
This commit is contained in:
Ratchanan Srirattanamet
2024-12-01 18:09:47 +00:00
parent a1b3091db8
commit 106bef066f
@@ -238,6 +238,7 @@ in
services.phpfpm.pools = mapAttrs' (
hostName: cfg:
(nameValuePair "kimai-${hostName}" {
phpPackage = cfg.package.php;
inherit user;
group = webserver.group;
settings = {