]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Fix php version for ldap
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 13 Apr 2020 08:28:04 +0000 (10:28 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 13 Apr 2020 08:28:04 +0000 (10:28 +0200)
modules/private/websites/tools/tools/default.nix

index 97402f19176cdb0703681841793bb827f4bcf959..d88763c198544066d30af915d8ef0766710a7de7 100644 (file)
@@ -308,7 +308,7 @@ in {
         user = "wwwrun";
         group = "wwwrun";
         settings = ldap.phpFpm.pool;
-        phpPackage = pkgs.php74;
+        phpPackage = pkgs.php72;
       };
       kanboard = {
         user = "wwwrun";