From 389391ee35a2318dbe00e5fde4f9d93adb3382f5 Mon Sep 17 00:00:00 2001 From: makefu <github@syntax-fehler.de> Date: Thu, 2 Jul 2020 08:21:37 +0200 Subject: [PATCH] ma exim-retiolum: enable rspamd --- 2configs/exim-retiolum.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/2configs/exim-retiolum.nix b/2configs/exim-retiolum.nix index f15a0cf..1f433ab 100644 --- a/2configs/exim-retiolum.nix +++ b/2configs/exim-retiolum.nix @@ -5,6 +5,7 @@ with import <stockholm/lib>; networking.firewall.allowedTCPPorts = [ 25 ]; krebs.exim-retiolum.enable = true; + krebs.exim-retiolum.rspamd.enable = true; environment.systemPackages = with pkgs; [ msmtp ];