summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-09-23 13:23:22 -0400
committerJoey Hess2014-09-23 13:23:22 -0400
commit68a25beed9ee1eb4acd4d79148bd685511ab2e3f (patch)
treee45922c4d755a432f43c4188c25bd1a44c03bbe7 /config-joey.hs
parentf6ac681da0abef920d745ac4729c953ff64a4bb5 (diff)
remove conflict with tor
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/config-joey.hs b/config-joey.hs
index c2c2c878..c1b8c270 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -73,12 +73,6 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64"
& "/var/www/index.html" `File.hasContent` ["hello, world"]
& alias "helloworld.kitenet.net"
- -- ssh on some extra ports to deal with horrible networks
- -- while travelling
- & alias "travelling.kitenet.net"
- ! Ssh.listenPort 80
- & Ssh.listenPort 443
-
orca :: Host
orca = standardSystem "orca.kitenet.net" Unstable "amd64"
[ "Main git-annex build box." ]