summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2018-04-12 21:26:22 -0400
committerJoey Hess2018-04-12 21:26:22 -0400
commit98369be818b40b32720b113e3bccc2343af9ad13 (patch)
treed05e043ffd184178475a95dba144a903b28a1846 /joeyconfig.hs
parentbac669100524ce9a7a453de3f5d455e962e445aa (diff)
propellor spin
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