stockholm/tv/2configs/exim-retiolum.nix

10 lines
277 B
Nix
Raw Normal View History

2022-12-09 00:31:56 +00:00
with import ./lib;
{ config, pkgs, ... }: {
2017-12-21 00:27:07 +00:00
environment.systemPackages = [
pkgs.eximlog
];
2016-02-01 16:13:46 +00:00
krebs.exim-retiolum.enable = true;
krebs.exim-retiolum.rspamd.enable = config.krebs.build.host.name == "nomic";
2016-06-29 22:52:35 +00:00
tv.iptables.input-retiolum-accept-tcp = singleton "smtp";
2016-02-01 16:13:46 +00:00
}