summaryrefslogtreecommitdiffstats
path: root/tv/2configs/exim-retiolum.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-01 17:50:00 +0100
committertv <tv@krebsco.de>2016-02-01 17:50:00 +0100
commitfe025213ea5c15012fd83f1064269a315a2d576a (patch)
treed9820f926a58ed798d1e9111b7a5401f4f6738e1 /tv/2configs/exim-retiolum.nix
parentd85c70d1d669636fe2fcbb1179dca2c4aecb0802 (diff)
tv exim-retiolum: open smtp port to retiolum
Diffstat (limited to 'tv/2configs/exim-retiolum.nix')
-rw-r--r--tv/2configs/exim-retiolum.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/tv/2configs/exim-retiolum.nix b/tv/2configs/exim-retiolum.nix
index 1af72c28..aedf2582 100644
--- a/tv/2configs/exim-retiolum.nix
+++ b/tv/2configs/exim-retiolum.nix
@@ -1,5 +1,8 @@
-{ ... }:
+{ lib, ... }:
+
+with lib;
{
krebs.exim-retiolum.enable = true;
+ tv.iptables.input-retiolum-accept-new-tcp = singleton "smtp";
}