roundcube: use pspell for spellchecking

By default, upstream enables a third party service in the cloud:
https://github.com/roundcube/roundcubemail/blob/1.4.3/config/defaults.inc.php#L790-L798
This commit is contained in:
Symphorien Gibol
2020-04-10 12:00:00 +00:00
parent 9b0d2f3fd1
commit 9e417bc9e3
2 changed files with 19 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ import ./make-test-python.nix ({ pkgs, ...} : {
database.password = "not production";
package = pkgs.roundcube.withPlugins (plugins: [ plugins.persistent_login ]);
plugins = [ "persistent_login" ];
dicts = with pkgs.aspellDicts; [ en fr de ];
};
services.nginx.virtualHosts.roundcube = {
forceSSL = false;