From a9086c0eea725c8d093a06d0a5dab53b4bcf099a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 29 May 2015 18:02:49 -0400 Subject: [PATCH] propellor spin --- config-joey.hs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config-joey.hs b/config-joey.hs index 197e6e8..4978c8a 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -45,6 +45,7 @@ hosts = -- (o) ` , gnu , clam , orca + , honeybee , kite , elephant , beaver @@ -133,6 +134,13 @@ orca = standardSystem "orca.kitenet.net" Unstable "amd64" & Systemd.nspawned (GitAnnexBuilder.standardAutoBuilderContainer "i386" 15 "2h") & Systemd.nspawned (GitAnnexBuilder.androidAutoBuilderContainer (Cron.Times "1 1 * * *") "3h") +honeybee :: Host +honeybee = standardSystem "honeybee.kitenet.net" Unstable "armhf" + [ "Arm git-annex build box." ] + & ipv6 "2001:4830:1600:187::2" + + & Postfix.satellite + -- This is not a complete description of kite, since it's a -- multiuser system with eg, user passwords that are not deployed -- with propellor. @@ -504,8 +512,6 @@ monsters = -- but do want to track their public keys etc. , host "turtle.kitenet.net" & ipv4 "67.223.19.96" & ipv6 "2001:4978:f:2d9::2" - , host "honeybee.kitenet.net" - & ipv6 "2001:4830:1600:187::2" , host "mouse.kitenet.net" & ipv6 "2001:4830:1600:492::2" , host "animx"