diff options
author | tv <tv@krebsco.de> | 2016-02-01 17:44:19 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-01 17:44:19 +0100 |
commit | b172630f894362dc32cb6af7d5c9d44902ec5752 (patch) | |
tree | 8d727b02bb2f4cf777a58270495c97871a203119 /tv/2configs | |
parent | bb1dbae8187601cea2ddfbdcdc9baa456bc5b4ab (diff) |
tv retiolum: open tinc port
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/retiolum.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/retiolum.nix b/tv/2configs/retiolum.nix index 91fe81d69..d2bb9e6cf 100644 --- a/tv/2configs/retiolum.nix +++ b/tv/2configs/retiolum.nix @@ -13,4 +13,5 @@ with lib; "ire" ]; }; + tv.iptables.input-internet-accept-new-tcp = singleton "tinc"; } |