tv retiolum: open tinc port

This commit is contained in:
tv 2016-02-01 17:44:19 +01:00
parent bb1dbae818
commit b172630f89
5 changed files with 1 additions and 4 deletions

View File

@ -41,7 +41,6 @@ with lib;
tv.iptables = {
enable = true;
input-internet-accept-new-tcp = [
"tinc"
"smtp"
"xmpp-client"
"xmpp-server"

View File

@ -18,7 +18,6 @@ with lib;
enable = true;
input-internet-accept-new-tcp = [
"http"
"tinc"
"smtp"
];
};

View File

@ -130,7 +130,6 @@ with lib;
enable = true;
input-internet-accept-new-tcp = [
"http"
"tinc"
"smtp"
];
};

View File

@ -128,7 +128,6 @@ with lib;
enable = true;
input-internet-accept-new-tcp = [
"http"
"tinc"
"smtp"
];
};

View File

@ -13,4 +13,5 @@ with lib;
"ire"
];
};
tv.iptables.input-internet-accept-new-tcp = singleton "tinc";
}