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 = {
enable = true;
package = pkgs.roundcube.withPlugins (
plugins: [
plugins.contextmenu
plugins.carddav
plugins.custom_from
plugins.persistent_login
plugins.thunderbird_labels
]
);
plugins = [
"contextmenu"
"carddav"
"custom_from"
"persistent_login"
"thunderbird_labels"
];
# this is the url of the vhost, not necessarily the same as the fqdn of
# the mailserver