summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-09-23 13:25:47 -0400
committerJoey Hess2014-09-23 13:25:47 -0400
commit0357c6645be49e8ad9bf06d0fe76a10188219b61 (patch)
treecff5b8fc6b18d726073bbb1d5c0cdb6f288e38ba /config-joey.hs
parent9cfd741ee13f386f55aaa1fb83ac93685943acca (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index c1b8c270..f5010f37 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -73,6 +73,12 @@ 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." ]