about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2022-06-25 00:29:11 +0200
committerGitHub <noreply@github.com>2022-06-25 00:29:11 +0200
commit5c39c812605281ad8b2ca05525281c42cb991ae6 (patch)
tree0163b42c074954c542e43c92c3bf1e86ea476b1d /nixos/modules
parenta24431e56f3cd4b01db7d71086a782ba29ad87ab (diff)
parent70b31373b4b4c5673e36f1bb6fe88045304d705f (diff)
Merge pull request #176702 from Mic92/tt-rss
tt-rss: downgrade to php 8.0
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/web-apps/tt-rss.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/web-apps/tt-rss.nix b/nixos/modules/services/web-apps/tt-rss.nix
index 9aa38ab25c9a3..c441a2a7764e2 100644
--- a/nixos/modules/services/web-apps/tt-rss.nix
+++ b/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";