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

with import <stockholm/lib>;

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