From f2c8dbe4d126501e271e58c8a3ee3130c46dc0b9 Mon Sep 17 00:00:00 2001
From: tv <tv@shackspace.de>
Date: Mon, 22 Jun 2015 15:30:31 +0200
Subject: [PATCH] tv iptables: bump descrptions

---
 modules/tv/iptables/options.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/tv/iptables/options.nix b/modules/tv/iptables/options.nix
index 79be1d08a..1adffebdb 100644
--- a/modules/tv/iptables/options.nix
+++ b/modules/tv/iptables/options.nix
@@ -15,7 +15,7 @@ in
     type = with types; listOf str;
     default = [];
     description = ''
-      ip{4,6}tables -A INPUT -j ACCEPT -p tcp --dport $port -m conntrack --ctstate NEW
+      TCP ports, accepting incoming connections from anywhere.
     '';
   };
 
@@ -23,7 +23,7 @@ in
     type = with types; listOf str;
     default = [];
     description = ''
-      ip{4,6}tables -A Retiolum -j ACCEPT -p tcp --dport $port -m conntrack --ctstate NEW
+      TCP ports, accepting incoming connections from Retiolum.
     '';
   };
 }