aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/jerome/naturaloutil.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/websites/jerome/naturaloutil.nix')
-rw-r--r--modules/private/websites/jerome/naturaloutil.nix3
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 = {