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
commitd82584450cc02aeca15aa7df1bb4731863b558e4 (patch)
tree4b3e2af30ce6933e014ed500ab3e64df5af1febe /tv/2configs/exim-retiolum.nix
parentf574a1dc9cd0c1a868e6fafc172f31a8fdd01c51 (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 1af72c2..aedf258 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";
}