From 98369be818b40b32720b113e3bccc2343af9ad13 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 12 Apr 2018 21:26:22 -0400 Subject: propellor spin --- joeyconfig.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'joeyconfig.hs') diff --git a/joeyconfig.hs b/joeyconfig.hs index a08accf7..696e8488 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -187,14 +187,14 @@ orca = host "orca.kitenet.net" $ props 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 + `setSize` MegaBytes 800 ) + & osDebian Testing ARMHF + & User.hasInsecurePassword (User "root") "root" honeybee :: Host honeybee = host "honeybee.kitenet.net" $ props -- cgit v1.2.3