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
parent f822b894c5
commit a69ba21a29
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

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
]);
}