docs/roundcube: fix persistent_login plugin not being activated
This commit is contained in:
@@ -10,10 +10,15 @@
|
||||
hostName = "webmail.example.com"; # the nginx vhost
|
||||
package = pkgs.roundcube.withPlugins (
|
||||
plugins: with plugins; [
|
||||
# external plugins to be included
|
||||
# https://search.nixos.org/packages?query=roundcubePlugins
|
||||
persistent_login
|
||||
]
|
||||
);
|
||||
# activate plugins
|
||||
plugins = [
|
||||
"persistent_login"
|
||||
];
|
||||
dicts = with pkgs.aspellDicts; [
|
||||
# https://search.nixos.org/packages?query=aspellDicts
|
||||
en
|
||||
|
||||
Reference in New Issue
Block a user