summaryrefslogtreecommitdiffstats
path: root/tv/1systems/cd.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-01 17:40:25 +0100
committertv <tv@krebsco.de>2016-02-01 17:40:25 +0100
commitbb1dbae8187601cea2ddfbdcdc9baa456bc5b4ab (patch)
tree9baf432b207294094acb4f1a71d54c5dd07bdf13 /tv/1systems/cd.nix
parentd6ded00d012d4fb2a2a0a824604b25dac35ee349 (diff)
tv: open ssh port by default
Diffstat (limited to 'tv/1systems/cd.nix')
-rw-r--r--tv/1systems/cd.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix
index da44f507..6db78ca8 100644
--- a/tv/1systems/cd.nix
+++ b/tv/1systems/cd.nix
@@ -41,7 +41,6 @@ with lib;
tv.iptables = {
enable = true;
input-internet-accept-new-tcp = [
- "ssh"
"tinc"
"smtp"
"xmpp-client"
@@ -58,10 +57,7 @@ with lib;
"cgit.cd.krebsco.de"
"cgit.cd.viljetic.de"
];
- }
- {
# TODO make public_html also available to cd, cd.retiolum (AKA default)
- tv.iptables.input-internet-accept-new-tcp = singleton "http";
krebs.nginx.servers.public_html = {
server-names = singleton "cd.viljetic.de";
locations = singleton (nameValuePair "~ ^/~(.+?)(/.*)?\$" ''