tv nginx-public_html: open http port

This commit is contained in:
tv 2016-02-01 17:46:33 +01:00
parent b172630f89
commit d85c70d1d6
4 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,6 @@ with lib;
tv.iptables = {
enable = true;
input-internet-accept-new-tcp = [
"http"
"smtp"
];
};

View File

@ -129,7 +129,6 @@ with lib;
tv.iptables = {
enable = true;
input-internet-accept-new-tcp = [
"http"
"smtp"
];
};

View File

@ -127,7 +127,6 @@ with lib;
tv.iptables = {
enable = true;
input-internet-accept-new-tcp = [
"http"
"smtp"
];
};

View File

@ -11,4 +11,5 @@ with lib;
'')
];
};
tv.iptables.input-internet-accept-new-tcp = singleton "http";
}