diff options
Diffstat (limited to 'tv/2configs/retiolum.nix')
-rw-r--r-- | tv/2configs/retiolum.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/retiolum.nix b/tv/2configs/retiolum.nix index e1598d792..ec3508d90 100644 --- a/tv/2configs/retiolum.nix +++ b/tv/2configs/retiolum.nix @@ -13,5 +13,5 @@ with config.krebs.lib; "ire" ]; }; - tv.iptables.input-internet-accept-new-tcp = singleton "tinc"; + tv.iptables.input-internet-accept-tcp = singleton "tinc"; } |