diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-04-12 21:26:22 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-04-12 21:26:22 -0400 |
| commit | 98369be818b40b32720b113e3bccc2343af9ad13 (patch) | |
| tree | d05e043ffd184178475a95dba144a903b28a1846 | |
| parent | bac669100524ce9a7a453de3f5d455e962e445aa (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 6 |
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 |
