From 1d96b87f02a80a35bc1e90a3ccdfaea346e3b179 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 12 Apr 2018 16:15:51 -0400 Subject: propellor spin --- joeyconfig.hs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'joeyconfig.hs') diff --git a/joeyconfig.hs b/joeyconfig.hs index 11f701ff..a08accf7 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -106,6 +106,9 @@ darkstar = host "darkstar.kitenet.net" $ props -- & imageBuiltFor honeybee -- (RawDiskImage "/srv/honeybee.img") -- (Debootstrapped mempty) + & imageBuiltFor banana + (RawDiskImage "/srv/banana.img") + (Debootstrapped mempty) gnu :: Host gnu = host "gnu.kitenet.net" $ props @@ -182,6 +185,17 @@ orca = host "orca.kitenet.net" $ props & Systemd.nspawned (GitAnnexBuilder.androidAutoBuilderContainer (Cron.Times "1 1 * * *") "3h") +banana :: Host +banana = host "banana.kitenet.net" $ props + & standardSystem Testing ARMHF + [ "Banana pi dev board." ] + & lemaker_Banana_Pi + & hasPartition + ( partition EXT4 + `mountedAt` "/" + `setSize` MegaBytes 200 + ) + honeybee :: Host honeybee = host "honeybee.kitenet.net" $ props & standardSystem Testing ARMHF -- cgit v1.2.3