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

9 lines
131 B
Nix
Raw Normal View History

{ lib, ... }:
with lib;
2016-02-01 16:13:46 +00:00
{
krebs.exim-retiolum.enable = true;
tv.iptables.input-retiolum-accept-new-tcp = singleton "smtp";
2016-02-01 16:13:46 +00:00
}