docs/roundcube: fix persistent_login plugin not being activated

This commit is contained in:
headpats
2026-03-18 05:58:41 +01:00
parent 7dfcb21d35
commit 83a669fb2f
+5
View File
@@ -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