This seems more correct eh

This commit is contained in:
Lillian-Violet 2023-12-21 23:42:42 +01:00
parent 3b7731e2d9
commit 37521056d9

View file

@ -10,15 +10,13 @@
services.roundcube = { services.roundcube = {
enable = true; enable = true;
package = pkgs.roundcube.withPlugins ( plugins = [
plugins: [ "contextmenu"
plugins.contextmenu "carddav"
plugins.carddav "custom_from"
plugins.custom_from "persistent_login"
plugins.persistent_login "thunderbird_labels"
plugins.thunderbird_labels ];
]
);
# this is the url of the vhost, not necessarily the same as the fqdn of # this is the url of the vhost, not necessarily the same as the fqdn of
# the mailserver # the mailserver