diff options
author | tv <tv@krebsco.de> | 2016-02-01 17:50:00 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-01 17:50:00 +0100 |
commit | fe025213ea5c15012fd83f1064269a315a2d576a (patch) | |
tree | d9820f926a58ed798d1e9111b7a5401f4f6738e1 /tv/2configs | |
parent | d85c70d1d669636fe2fcbb1179dca2c4aecb0802 (diff) |
tv exim-retiolum: open smtp port to retiolum
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/exim-retiolum.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tv/2configs/exim-retiolum.nix b/tv/2configs/exim-retiolum.nix index 1af72c28f..aedf25823 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"; } |