propellor spin
This commit is contained in:
parent
ea11d1cf69
commit
d6df70e09f
|
@ -71,6 +71,12 @@ hosts = -- (o) `
|
||||||
& Docker.garbageCollected `period` Daily
|
& Docker.garbageCollected `period` Daily
|
||||||
& Apt.buildDep ["git-annex"] `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.
|
-- Important stuff that needs not too much memory or CPU.
|
||||||
, let ctx = Context "diatom.kitenet.net"
|
, let ctx = Context "diatom.kitenet.net"
|
||||||
in standardSystem "diatom.kitenet.net" Stable "amd64"
|
in standardSystem "diatom.kitenet.net" Stable "amd64"
|
||||||
|
|
Loading…
Reference in New Issue