diff options
author | tv <tv@krebsco.de> | 2016-02-01 17:46:33 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-01 17:46:33 +0100 |
commit | d85c70d1d669636fe2fcbb1179dca2c4aecb0802 (patch) | |
tree | ebb16dc77b4dc3128bc4967fa3688db6a671dd1e /tv/1systems | |
parent | b172630f894362dc32cb6af7d5c9d44902ec5752 (diff) |
tv nginx-public_html: open http port
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/nomic.nix | 1 | ||||
-rw-r--r-- | tv/1systems/wu.nix | 1 | ||||
-rw-r--r-- | tv/1systems/xu.nix | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tv/1systems/nomic.nix b/tv/1systems/nomic.nix index 6f2c41823..2b71a974e 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 7635f6162..a51e0e678 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 91b761d24..847b57249 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" ]; }; |