tt-rss: downgrade to php 8.0
This commit is contained in:
parent
aae94e56a7
commit
70b31373b4
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue