summaryrefslogtreecommitdiffstats
path: root/tv/2configs/exim-retiolum.nix
blob: dbe83dcf1253e6f2a685653ce0c727155288d1af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ config, lib, pkgs, ... }:

with config.krebs.lib;

{
  krebs.exim-retiolum.enable = true;
  krebs.setuid.sendmail = {
    filename = "${pkgs.exim}/bin/exim";
    mode = "4111";
  };
  tv.iptables.input-retiolum-accept-new-tcp = singleton "smtp";
}