tt-rss: downgrade to php 8.0

This commit is contained in:
Jörg Thalheim 2022-06-07 13:37:11 +02:00
parent aae94e56a7
commit 70b31373b4
No known key found for this signature in database

View file

@ -534,6 +534,7 @@ let
services.phpfpm.pools = mkIf (cfg.pool == "${poolName}") {
${poolName} = {
inherit (cfg) user;
phpPackage = pkgs.php80;
settings = mapAttrs (name: mkDefault) {
"listen.owner" = "nginx";
"listen.group" = "nginx";