summaryrefslogtreecommitdiffstats
path: root/tv/1systems/rmdir.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-06-30 00:52:35 +0200
committertv <tv@krebsco.de>2016-06-30 01:08:01 +0200
commit716a2fc6e842ff051df6de1999b5b97780f2d2cd (patch)
treeb2dd51a390b42f715e66dd806a4ebda41096aeee /tv/1systems/rmdir.nix
parent20a9f5906144d8083300691ea588a9d2ef1a4f60 (diff)
tv iptables: add input-*-accept-udp
Diffstat (limited to 'tv/1systems/rmdir.nix')
-rw-r--r--tv/1systems/rmdir.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/1systems/rmdir.nix b/tv/1systems/rmdir.nix
index 25fae2c3..34f92602 100644
--- a/tv/1systems/rmdir.nix
+++ b/tv/1systems/rmdir.nix
@@ -22,12 +22,12 @@ in
{
tv.iptables = {
enable = true;
- input-internet-accept-new-tcp = [
+ input-internet-accept-tcp = [
"ssh"
"tinc"
"smtp"
];
- input-retiolum-accept-new-tcp = [
+ input-retiolum-accept-tcp = [
"http"
];
};