aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/jerome
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/websites/jerome')
-rw-r--r--modules/private/websites/jerome/naturaloutil.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/private/websites/jerome/naturaloutil.nix b/modules/private/websites/jerome/naturaloutil.nix
index fd853bc..95d7e78 100644
--- a/modules/private/websites/jerome/naturaloutil.nix
+++ b/modules/private/websites/jerome/naturaloutil.nix
@@ -61,9 +61,6 @@ in {
61 phpEnv = { 61 phpEnv = {
62 BDD_CONNECT = secretsPath; 62 BDD_CONNECT = secretsPath;
63 }; 63 };
64 phpOptions = config.services.phpfpm.phpOptions + ''
65 extension=${pkgs.php72}/lib/php/extensions/mysqli.so
66 '';
67 phpPackage = pkgs.php72; 64 phpPackage = pkgs.php72;
68 }; 65 };
69 services.websites.env.production.modules = adminer.apache.modules ++ [ "proxy_fcgi" ]; 66 services.websites.env.production.modules = adminer.apache.modules ++ [ "proxy_fcgi" ];