diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-07 01:44:05 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-07 01:44:05 -0400 |
| commit | 4a77b1b9b0eb278d9935ce0be4446f03faae568e (patch) | |
| tree | af10037784f0177d53a147c1261a1e8d7c911cf2 | |
| parent | bb0662a9a424d775e454702489bd1cb7ec26b9bf (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs index 85d5bb13..1b057e37 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -72,8 +72,7 @@ hosts = -- (o) ` & Apt.buildDep ["git-annex"] `period` Daily -- Main kite server - , let ctx = Context "kite.kitenet.net" - in standardSystem "kite.kitenet.net" Stable "amd64" + , standardSystem "kite.kitenet.net" Stable "amd64" & ipv4 "66.228.36.95" & ipv6 "2600:3c03::f03c:91ff:fe73:b0d2" |
