From 37521056d9a147cb465b97f2907019129ea4e426 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 21 Dec 2023 23:42:42 +0100 Subject: [PATCH] This seems more correct eh --- nixos/queen/webmail.nix | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/nixos/queen/webmail.nix b/nixos/queen/webmail.nix index 9c371ab..d17f845 100644 --- a/nixos/queen/webmail.nix +++ b/nixos/queen/webmail.nix @@ -10,15 +10,13 @@ services.roundcube = { enable = true; - package = pkgs.roundcube.withPlugins ( - plugins: [ - plugins.contextmenu - plugins.carddav - plugins.custom_from - plugins.persistent_login - plugins.thunderbird_labels - ] - ); + plugins = [ + "contextmenu" + "carddav" + "custom_from" + "persistent_login" + "thunderbird_labels" + ]; # this is the url of the vhost, not necessarily the same as the fqdn of # the mailserver