stockholm/tv/2configs/exim-retiolum.nix

9 lines
160 B
Nix
Raw Normal View History

2016-02-14 16:43:44 +01:00
{ config, lib, pkgs, ... }:
2016-10-20 20:54:38 +02:00
with import <stockholm/lib>;
2016-02-01 17:13:46 +01:00
{
krebs.exim-retiolum.enable = true;
2016-06-30 00:52:35 +02:00
tv.iptables.input-retiolum-accept-tcp = singleton "smtp";
2016-02-01 17:13:46 +01:00
}