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

13 lines
250 B
Nix
Raw Normal View History

2016-02-14 15:43:44 +00:00
{ config, lib, pkgs, ... }:
2016-02-14 15:43:44 +00:00
with config.krebs.lib;
2016-02-01 16:13:46 +00:00
{
krebs.exim-retiolum.enable = true;
2016-02-27 12:10:21 +00:00
krebs.setuid.sendmail = {
filename = "${pkgs.exim}/bin/exim";
mode = "4111";
};
tv.iptables.input-retiolum-accept-new-tcp = singleton "smtp";
2016-02-01 16:13:46 +00:00
}