This seems more correct eh
This commit is contained in:
parent
4d3432ac8c
commit
e2670fe057
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue