summaryrefslogtreecommitdiffstats
path: root/tv/1systems
diff options
context:
space:
mode:
Diffstat (limited to 'tv/1systems')
-rw-r--r--tv/1systems/nomic.nix1
-rw-r--r--tv/1systems/wu.nix1
-rw-r--r--tv/1systems/xu.nix1
3 files changed, 0 insertions, 3 deletions
diff --git a/tv/1systems/nomic.nix b/tv/1systems/nomic.nix
index 6f2c418..2b71a97 100644
--- a/tv/1systems/nomic.nix
+++ b/tv/1systems/nomic.nix
@@ -17,7 +17,6 @@ with lib;
tv.iptables = {
enable = true;
input-internet-accept-new-tcp = [
- "http"
"smtp"
];
};
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix
index 7635f61..a51e0e6 100644
--- a/tv/1systems/wu.nix
+++ b/tv/1systems/wu.nix
@@ -129,7 +129,6 @@ with lib;
tv.iptables = {
enable = true;
input-internet-accept-new-tcp = [
- "http"
"smtp"
];
};
diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix
index 91b761d..847b572 100644
--- a/tv/1systems/xu.nix
+++ b/tv/1systems/xu.nix
@@ -127,7 +127,6 @@ with lib;
tv.iptables = {
enable = true;
input-internet-accept-new-tcp = [
- "http"
"smtp"
];
};