summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 9ee472a6..277fb053 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -11,7 +11,6 @@ import Propellor.Property.Bootstrap
import qualified Propellor.Property.File as File
import qualified Propellor.Property.Apt as Apt
import qualified Propellor.Property.Network as Network
-import qualified Propellor.Property.Service as Service
import qualified Propellor.Property.Ssh as Ssh
import qualified Propellor.Property.Cron as Cron
import qualified Propellor.Property.Sudo as Sudo
@@ -183,11 +182,6 @@ honeybee = host "honeybee.kitenet.net" $ props
`mountedAt` "/"
`setSize` MegaBytes 8000
)
- & hasPartition
- ( partition EXT4
- `mountedAt` "/boot"
- `setSize` MegaBytes 512
- )
& JoeySites.cubieTruckOneWire
& Apt.installed ["firmware-brcm80211"]