diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-05-07 11:58:37 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-05-07 11:58:37 +0200 |
commit | dcac3ec730176549cd52a9a42db2001dc652c30d (patch) | |
tree | 451177d3f3905ae994b0a39806947ad404b292e8 /modules/private/websites/jerome | |
parent | 06029fac6a34ef8111ee2f2f07b2118ddb2e1559 (diff) | |
download | Nix-dcac3ec730176549cd52a9a42db2001dc652c30d.tar.gz Nix-dcac3ec730176549cd52a9a42db2001dc652c30d.tar.zst Nix-dcac3ec730176549cd52a9a42db2001dc652c30d.zip |
Remove overlay that overrides the php version
Diffstat (limited to 'modules/private/websites/jerome')
-rw-r--r-- | modules/private/websites/jerome/naturaloutil.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/private/websites/jerome/naturaloutil.nix b/modules/private/websites/jerome/naturaloutil.nix index 8bbb49e..fd853bc 100644 --- a/modules/private/websites/jerome/naturaloutil.nix +++ b/modules/private/websites/jerome/naturaloutil.nix | |||
@@ -62,8 +62,9 @@ in { | |||
62 | BDD_CONNECT = secretsPath; | 62 | BDD_CONNECT = secretsPath; |
63 | }; | 63 | }; |
64 | phpOptions = config.services.phpfpm.phpOptions + '' | 64 | phpOptions = config.services.phpfpm.phpOptions + '' |
65 | extension=${pkgs.php}/lib/php/extensions/mysqli.so | 65 | extension=${pkgs.php72}/lib/php/extensions/mysqli.so |
66 | ''; | 66 | ''; |
67 | phpPackage = pkgs.php72; | ||
67 | }; | 68 | }; |
68 | services.websites.env.production.modules = adminer.apache.modules ++ [ "proxy_fcgi" ]; | 69 | services.websites.env.production.modules = adminer.apache.modules ++ [ "proxy_fcgi" ]; |
69 | services.websites.env.production.vhostConfs.jerome_naturaloutil = { | 70 | services.websites.env.production.vhostConfs.jerome_naturaloutil = { |