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

10 lines
277 B
Nix
Raw Normal View History

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