remove conflict with tor
This commit is contained in:
parent
f6ac681da0
commit
68a25beed9
|
@ -73,12 +73,6 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64"
|
||||||
& "/var/www/index.html" `File.hasContent` ["hello, world"]
|
& "/var/www/index.html" `File.hasContent` ["hello, world"]
|
||||||
& alias "helloworld.kitenet.net"
|
& 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 :: Host
|
||||||
orca = standardSystem "orca.kitenet.net" Unstable "amd64"
|
orca = standardSystem "orca.kitenet.net" Unstable "amd64"
|
||||||
[ "Main git-annex build box." ]
|
[ "Main git-annex build box." ]
|
||||||
|
|
Loading…
Reference in New Issue