propellor spin

This commit is contained in:
Joey Hess 2014-09-23 13:25:47 -04:00
parent 9cfd741ee1
commit 0357c6645b
Failed to extract signature
1 changed files with 6 additions and 0 deletions

View File

@ -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." ]