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

with import <stockholm/lib>;

{
  environment.systemPackages = [
    pkgs.eximlog
  ];
  krebs.exim-retiolum.enable = true;
  tv.iptables.input-retiolum-accept-tcp = singleton "smtp";
}