Skip to content

Commit

Permalink
Merge pull request #224494 from LeSuisse/roundcube-php81
Browse files Browse the repository at this point in the history
nixos/roundcube: use PHP 8.1
  • Loading branch information
RaitoBezarius authored Apr 15, 2023
2 parents 096ad89 + 188573b commit b914dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/mail/roundcube.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
fpm = config.services.phpfpm.pools.roundcube;
localDB = cfg.database.host == "localhost";
user = cfg.database.username;
phpWithPspell = pkgs.php80.withExtensions ({ enabled, all }: [ all.pspell ] ++ enabled);
phpWithPspell = pkgs.php81.withExtensions ({ enabled, all }: [ all.pspell ] ++ enabled);
in
{
options.services.roundcube = {
Expand Down

0 comments on commit b914dff

Please sign in to comment.