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