diff options
author | tv <tv@krebsco.de> | 2019-06-23 21:18:58 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-06-23 21:18:58 +0200 |
commit | 3d639bcf8787c35f34d6e6add4a03f67a2435a52 (patch) | |
tree | 19d4c48cf948d91af5833b1dd5ae0d13ddb95dd6 /tv/2configs/exim-retiolum.nix | |
parent | bd12c487c31b448b87e37efbae74953df689e7f4 (diff) |
tv exim-retiolum: enable rspamd at nomic
Diffstat (limited to 'tv/2configs/exim-retiolum.nix')
-rw-r--r-- | tv/2configs/exim-retiolum.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/exim-retiolum.nix b/tv/2configs/exim-retiolum.nix index 8b34b16cf..3d4ada46b 100644 --- a/tv/2configs/exim-retiolum.nix +++ b/tv/2configs/exim-retiolum.nix @@ -7,5 +7,6 @@ with import <stockholm/lib>; pkgs.eximlog ]; krebs.exim-retiolum.enable = true; + krebs.exim-retiolum.rspamd.enable = config.krebs.build.host.name == "nomic"; tv.iptables.input-retiolum-accept-tcp = singleton "smtp"; } |