nixos/invoiceplan: Upgrade to PHP 8.1

They seem to be working to get PHP 8.1 support:
https://github.com/InvoicePlane/InvoicePlane/issues/798
This commit is contained in:
Elis Hirwing
2022-05-25 18:46:58 +02:00
committed by Florian Brandes
parent 63aafe6569
commit 15e8e17a7c

View File

@@ -236,7 +236,7 @@ in
};
services.phpfpm = {
phpPackage = pkgs.php74;
phpPackage = pkgs.php81;
pools = mapAttrs' (hostName: cfg: (
nameValuePair "invoiceplane-${hostName}" {
inherit user;
@@ -302,4 +302,3 @@ in
]);
}