diff options
author | lassulus <lass@aidsballs.de> | 2016-06-30 09:16:10 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-06-30 09:16:10 +0200 |
commit | 7550c663112c5a59e7c760c4b96c9bcc919fb175 (patch) | |
tree | 66ba4ef196bf81449a6a9ce26da23fc9eb77b353 /tv/1systems/rmdir.nix | |
parent | f12578c66f8b7b829c0dec5255f358778c0d3366 (diff) | |
parent | 0c7a44139fba572487fe853310b6d88a6ffa21c3 (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'tv/1systems/rmdir.nix')
-rw-r--r-- | tv/1systems/rmdir.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/1systems/rmdir.nix b/tv/1systems/rmdir.nix index 25fae2c36..34f926020 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" ]; }; |