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
|
hostName = "webmail.example.com"; # the nginx vhost
|
||||||
package = pkgs.roundcube.withPlugins (
|
package = pkgs.roundcube.withPlugins (
|
||||||
plugins: with plugins; [
|
plugins: with plugins; [
|
||||||
|
# external plugins to be included
|
||||||
# https://search.nixos.org/packages?query=roundcubePlugins
|
# https://search.nixos.org/packages?query=roundcubePlugins
|
||||||
persistent_login
|
persistent_login
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
# activate plugins
|
||||||
|
plugins = [
|
||||||
|
"persistent_login"
|
||||||
|
];
|
||||||
dicts = with pkgs.aspellDicts; [
|
dicts = with pkgs.aspellDicts; [
|
||||||
# https://search.nixos.org/packages?query=aspellDicts
|
# https://search.nixos.org/packages?query=aspellDicts
|
||||||
en
|
en
|
||||||
|
|||||||
Reference in New Issue
Block a user