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

with import <stockholm/lib>;

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