summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-06-23 21:18:58 +0200
committertv <tv@krebsco.de>2019-06-23 21:18:58 +0200
commit83dc4cbc409b9434a3e5efbff23d597049db94be (patch)
tree59507700519f874da3a14e2a328d3af7a9eb8f1a /tv/2configs
parentcbb0b8d490da2b83d01c6179bb8a7bb9a1950d13 (diff)
tv exim-retiolum: enable rspamd at nomic
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/exim-retiolum.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/exim-retiolum.nix b/tv/2configs/exim-retiolum.nix
index 8b34b16..3d4ada4 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";
}