summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-01 17:46:33 +0100
committertv <tv@krebsco.de>2016-02-01 17:46:33 +0100
commitf574a1dc9cd0c1a868e6fafc172f31a8fdd01c51 (patch)
tree206935e4beb30a8d3d61f097f9b71e3678192521 /tv
parent2723462d19dc6bdd149eb0b335da71eb9160fa38 (diff)
tv nginx-public_html: open http port
Diffstat (limited to 'tv')
-rw-r--r--tv/1systems/nomic.nix1
-rw-r--r--tv/1systems/wu.nix1
-rw-r--r--tv/1systems/xu.nix1
-rw-r--r--tv/2configs/nginx-public_html.nix1
4 files changed, 1 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"
];
};
diff --git a/tv/2configs/nginx-public_html.nix b/tv/2configs/nginx-public_html.nix
index 50c6239..dc74f7f 100644
--- a/tv/2configs/nginx-public_html.nix
+++ b/tv/2configs/nginx-public_html.nix
@@ -11,4 +11,5 @@ with lib;
'')
];
};
+ tv.iptables.input-internet-accept-new-tcp = singleton "http";
}