propellor spin

This commit is contained in:
Joey Hess 2014-07-07 01:34:22 -04:00
parent ea11d1cf69
commit d6df70e09f
Failed to extract signature
1 changed files with 6 additions and 0 deletions

View File

@ -71,6 +71,12 @@ hosts = -- (o) `
& Docker.garbageCollected `period` Daily
& Apt.buildDep ["git-annex"] `period` Daily
-- Main kite server
, let ctx = Context "kite.kitenet.net"
in standardSystem "kite.kitenet.net" Stable "amd64"
& ipv4 "66.228.36.95"
& ipv6 "2600:3c03::f03c:91ff:fe73:b0d2"
-- Important stuff that needs not too much memory or CPU.
, let ctx = Context "diatom.kitenet.net"
in standardSystem "diatom.kitenet.net" Stable "amd64"