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

with config.krebs.lib;

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