From 83a669fb2fe27c5b6325d131bf74f587639e574a Mon Sep 17 00:00:00 2001 From: headpats Date: Wed, 18 Mar 2026 05:58:41 +0100 Subject: [PATCH] docs/roundcube: fix persistent_login plugin not being activated --- docs/roundcube.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/roundcube.nix b/docs/roundcube.nix index 5ec7efb..4666f1f 100644 --- a/docs/roundcube.nix +++ b/docs/roundcube.nix @@ -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