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

with config.krebs.lib;

{
  krebs.exim-retiolum.enable = true;
  krebs.iptables.tables.filter.INPUT.rules = [
    { predicate = "-i retiolum -p tcp --dport smtp"; target = "ACCEPT"; }
  ];
}