ma exim-retiolum: enable rspamd

This commit is contained in:
makefu 2020-07-02 08:21:37 +02:00
parent a8c0f996a3
commit 389391ee35

View file

@ -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
];