diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-05-29 18:02:49 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-05-29 18:02:49 -0400 |
| commit | a9086c0eea725c8d093a06d0a5dab53b4bcf099a (patch) | |
| tree | 16a62fae8e45dc1424927296d01d96d5b39443e9 | |
| parent | b4fdd1f2850ea22e74085e17f488894c45dd0abf (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs index 197e6e8f..4978c8af 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" |
