summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs6
1 files changed, 3 insertions, 3 deletions
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