summaryrefslogtreecommitdiffstats
path: root/tv/2configs/exim-retiolum.nix
blob: ad355f8b46c98daab4b15e3ea49efedc1f79d766 (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-tcp = singleton "smtp";
}