diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2024-10-12 16:22:33 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2024-10-12 16:28:35 +0200 |
commit | 6962aacc84b50467e387294386b4cf51906f1dd4 (patch) | |
tree | 8aab94838e14fc4bc9ccb007df432aad275b85c8 /systems/eldiron/websites/mail/default.nix | |
parent | 63226079b1697b6ccec1081239ca875bdc01f210 (diff) | |
download | Nix-6962aacc84b50467e387294386b4cf51906f1dd4.tar.gz Nix-6962aacc84b50467e387294386b4cf51906f1dd4.tar.zst Nix-6962aacc84b50467e387294386b4cf51906f1dd4.zip |
Bump roundcube
Diffstat (limited to 'systems/eldiron/websites/mail/default.nix')
-rw-r--r-- | systems/eldiron/websites/mail/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/eldiron/websites/mail/default.nix b/systems/eldiron/websites/mail/default.nix index 0a0342b..e212cd2 100644 --- a/systems/eldiron/websites/mail/default.nix +++ b/systems/eldiron/websites/mail/default.nix | |||
@@ -111,13 +111,13 @@ in | |||
111 | phpOptions = config.services.phpfpm.phpOptions + '' | 111 | phpOptions = config.services.phpfpm.phpOptions + '' |
112 | date.timezone = 'CET' | 112 | date.timezone = 'CET' |
113 | ''; | 113 | ''; |
114 | phpPackage = pkgs.php72.withExtensions({ enabled, all }: enabled ++ [ all.imagick all.redis ]); | 114 | phpPackage = pkgs.php82.withExtensions({ enabled, all }: enabled ++ [ all.imagick all.redis ]); |
115 | }; | 115 | }; |
116 | services.phpfpm.pools.rainloop = { | 116 | services.phpfpm.pools.rainloop = { |
117 | user = "wwwrun"; | 117 | user = "wwwrun"; |
118 | group = "wwwrun"; | 118 | group = "wwwrun"; |
119 | settings = rainloop.phpFpm.pool; | 119 | settings = rainloop.phpFpm.pool; |
120 | phpPackage = pkgs.php72.withExtensions({ enabled, all }: enabled ++ [ all.redis ]); | 120 | phpPackage = pkgs.php82.withExtensions({ enabled, all }: enabled ++ [ all.redis ]); |
121 | }; | 121 | }; |
122 | system.activationScripts = { | 122 | system.activationScripts = { |
123 | roundcubemail = roundcubemail.activationScript; | 123 | roundcubemail = roundcubemail.activationScript; |