summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-07-02 08:21:37 +0200
committermakefu <github@syntax-fehler.de>2020-07-02 08:21:37 +0200
commit343fc36f47b79a71014d0d23fafcda1f7af0a203 (patch)
treea6a784ba2783c9d3fd8272fe8ae707a629637db3 /makefu
parent72e2cd4d4020b048704dd3171666f70b6ab4eca3 (diff)
ma exim-retiolum: enable rspamd
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/exim-retiolum.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/exim-retiolum.nix b/makefu/2configs/exim-retiolum.nix
index f15a0cf7..1f433ab4 100644
--- a/makefu/2configs/exim-retiolum.nix
+++ b/makefu/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
];