summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-07-07 01:34:22 -0400
committerJoey Hess2014-07-07 01:34:22 -0400
commitd6df70e09ff8435298f814c6fad1591821ab21e0 (patch)
treea359225375bdfda4e1ea0a0a09bcfaa6659be547 /config-joey.hs
parentea11d1cf69422ec01a9fef26b5877f5fa3bae000 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 783c548f..a4e2a560 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -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"