nixos/grocy: Upgrade to PHP 8.0

This commit is contained in:
Elis Hirwing 2022-05-25 18:31:45 +02:00
parent d6ec38508d
commit 4580a63bc4
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

View File

@ -115,9 +115,9 @@ in {
user = "grocy";
group = "nginx";
# PHP 7.4 is the only version which is supported/tested by upstream:
# https://github.com/grocy/grocy/blob/v3.0.0/README.md#how-to-install
phpPackage = pkgs.php74;
# PHP 8.0 is the only version which is supported/tested by upstream:
# https://github.com/grocy/grocy/blob/v3.3.0/README.md#how-to-install
phpPackage = pkgs.php80;
inherit (cfg.phpfpm) settings;