diff --git a/nixos/modules/services/web-apps/kimai.nix b/nixos/modules/services/web-apps/kimai.nix index 06cb547b613a..91735b282fcc 100644 --- a/nixos/modules/services/web-apps/kimai.nix +++ b/nixos/modules/services/web-apps/kimai.nix @@ -238,6 +238,7 @@ in services.phpfpm.pools = mapAttrs' ( hostName: cfg: (nameValuePair "kimai-${hostName}" { + phpPackage = cfg.package.php; inherit user; group = webserver.group; settings = { @@ -335,7 +336,7 @@ in (mapAttrs' ( hostName: cfg: - (nameValuePair "phpfpm-kimai-${hostName}.service" { + (nameValuePair "phpfpm-kimai-${hostName}" { serviceConfig = { EnvironmentFile = [ cfg.environmentFile ]; };