diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-13 10:28:04 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-13 10:28:04 +0200 |
commit | 646084963f562acef95708e602b7651c7abc7293 (patch) | |
tree | 7d8c8bcb60867a1597c442b080370c875cf242fa | |
parent | 8a05c7fb2e7aad81ce4eb31b5173f4dabf353e31 (diff) | |
download | Nix-646084963f562acef95708e602b7651c7abc7293.tar.gz Nix-646084963f562acef95708e602b7651c7abc7293.tar.zst Nix-646084963f562acef95708e602b7651c7abc7293.zip |
Fix php version for ldap
-rw-r--r-- | modules/private/websites/tools/tools/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/private/websites/tools/tools/default.nix b/modules/private/websites/tools/tools/default.nix index 97402f1..d88763c 100644 --- a/modules/private/websites/tools/tools/default.nix +++ b/modules/private/websites/tools/tools/default.nix | |||
@@ -308,7 +308,7 @@ in { | |||
308 | user = "wwwrun"; | 308 | user = "wwwrun"; |
309 | group = "wwwrun"; | 309 | group = "wwwrun"; |
310 | settings = ldap.phpFpm.pool; | 310 | settings = ldap.phpFpm.pool; |
311 | phpPackage = pkgs.php74; | 311 | phpPackage = pkgs.php72; |
312 | }; | 312 | }; |
313 | kanboard = { | 313 | kanboard = { |
314 | user = "wwwrun"; | 314 | user = "wwwrun"; |