tt-rss: downgrade to php 8.0

main
Jörg Thalheim 2 years ago
parent aae94e56a7
commit 70b31373b4
No known key found for this signature in database
  1. 1
      nixos/modules/services/web-apps/tt-rss.nix

@ -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…
Cancel
Save