summaryrefslogtreecommitdiffstats
path: root/tv/2configs/exim-retiolum.nix
blob: aedf25823dc4d57a087e7c14dc6b11b0a5c20891 (plain)
1
2
3
4
5
6
7
8
{ lib, ... }:

with lib;

{
  krebs.exim-retiolum.enable = true;
  tv.iptables.input-retiolum-accept-new-tcp = singleton "smtp";
}