From df672cd2a55230769e6fe2d38a8bce518613de67 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 2 May 2022 01:55:28 +0200 Subject: [PATCH] Revert "Pin PHP-FPM version to 7.4" This reverts commit b498a9556a706fc672bdd5b372c09bac53ade779. --- modules/information.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/information.nix b/modules/information.nix index c155603..5b5e959 100644 --- a/modules/information.nix +++ b/modules/information.nix @@ -16,7 +16,6 @@ services.phpfpm.pools.wallabag = { user = "nginx"; group = "nginx"; - phpPackage = pkgs.php74; settings = { "listen.owner" = config.services.nginx.user; "listen.group" = config.services.nginx.group; @@ -26,7 +25,7 @@ "pm.max_requests" = 32; "env[WALLABAG_DATA]" = "/var/lib/wallabag"; }; - phpEnv."PATH" = lib.makeBinPath [ pkgs.php74 ]; + phpEnv."PATH" = lib.makeBinPath [ pkgs.php ]; }; # Set environment variable pointing to wallabag configuration directory