aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/jerome
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-08 00:43:13 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-08 00:43:13 +0200
commitf5761aac8dbfb4af91c232f2b52d1353c899abda (patch)
treede7b4dea5c75b5c34943e2b75980c7bf040676df /modules/private/websites/jerome
parentdcac3ec730176549cd52a9a42db2001dc652c30d (diff)
downloadNix-f5761aac8dbfb4af91c232f2b52d1353c899abda.tar.gz
Nix-f5761aac8dbfb4af91c232f2b52d1353c899abda.tar.zst
Nix-f5761aac8dbfb4af91c232f2b52d1353c899abda.zip
Upgrade to latest nixos
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" ];