nixos/roundcube: use PHP 8.1
Roundcube has announced support of PHP 8.1 in the 1.6.0 https://github.com/roundcube/roundcubemail/releases/tag/1.6.0
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user