From 376d299d1dc06bc87ced19ce1e10f1234edb3281 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sun, 5 Dec 2021 13:29:46 -0500 Subject: [PATCH] ipam: php -> php74 --- modules/phpipam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/phpipam.nix b/modules/phpipam.nix index c5c8cc9..8620696 100644 --- a/modules/phpipam.nix +++ b/modules/phpipam.nix @@ -74,7 +74,7 @@ in cronScripts; services = { - + phpfpm.phpPackage = pkgs.php74; phpfpm.pools.www = { user = "nginx"; group = "nginx";