From 0357c6645be49e8ad9bf06d0fe76a10188219b61 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 23 Sep 2014 13:25:47 -0400 Subject: [PATCH] propellor spin --- config-joey.hs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config-joey.hs b/config-joey.hs index c1b8c27..f5010f3 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." ]