feat: add roundcube plugins
This commit is contained in:
parent
8556d25bda
commit
c6a31adc66
1 changed files with 4 additions and 0 deletions
|
|
@ -62,6 +62,10 @@
|
||||||
services.roundcube = {
|
services.roundcube = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostName = "webmail.moritz.place";
|
hostName = "webmail.moritz.place";
|
||||||
|
package = pkgs.roundcube.withPlugins (
|
||||||
|
plugins: with plugins; [contextmenu thunderbird_labels]
|
||||||
|
);
|
||||||
|
plugins = ["contextmenu" "thunderbird_labels"];
|
||||||
dicts = with pkgs.aspellDicts; [en de];
|
dicts = with pkgs.aspellDicts; [en de];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
$config['smtp_host'] = "tls://mail.smtp2go.com";
|
$config['smtp_host'] = "tls://mail.smtp2go.com";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue