propellor spin
This commit is contained in:
parent
b4fdd1f285
commit
a9086c0eea
|
@ -45,6 +45,7 @@ hosts = -- (o) `
|
||||||
, gnu
|
, gnu
|
||||||
, clam
|
, clam
|
||||||
, orca
|
, orca
|
||||||
|
, honeybee
|
||||||
, kite
|
, kite
|
||||||
, elephant
|
, elephant
|
||||||
, beaver
|
, beaver
|
||||||
|
@ -133,6 +134,13 @@ orca = standardSystem "orca.kitenet.net" Unstable "amd64"
|
||||||
& Systemd.nspawned (GitAnnexBuilder.standardAutoBuilderContainer "i386" 15 "2h")
|
& Systemd.nspawned (GitAnnexBuilder.standardAutoBuilderContainer "i386" 15 "2h")
|
||||||
& Systemd.nspawned (GitAnnexBuilder.androidAutoBuilderContainer (Cron.Times "1 1 * * *") "3h")
|
& 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
|
-- This is not a complete description of kite, since it's a
|
||||||
-- multiuser system with eg, user passwords that are not deployed
|
-- multiuser system with eg, user passwords that are not deployed
|
||||||
-- with propellor.
|
-- with propellor.
|
||||||
|
@ -504,8 +512,6 @@ monsters = -- but do want to track their public keys etc.
|
||||||
, host "turtle.kitenet.net"
|
, host "turtle.kitenet.net"
|
||||||
& ipv4 "67.223.19.96"
|
& ipv4 "67.223.19.96"
|
||||||
& ipv6 "2001:4978:f:2d9::2"
|
& ipv6 "2001:4978:f:2d9::2"
|
||||||
, host "honeybee.kitenet.net"
|
|
||||||
& ipv6 "2001:4830:1600:187::2"
|
|
||||||
, host "mouse.kitenet.net"
|
, host "mouse.kitenet.net"
|
||||||
& ipv6 "2001:4830:1600:492::2"
|
& ipv6 "2001:4830:1600:492::2"
|
||||||
, host "animx"
|
, host "animx"
|
||||||
|
|
Loading…
Reference in New Issue