ma exim-retiolum: enable rspamd

This commit is contained in:
makefu 2020-07-02 08:21:37 +02:00
parent 72e2cd4d40
commit 343fc36f47
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

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