summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-11-16 16:20:52 -0400
committerJoey Hess2017-11-16 16:20:52 -0400
commit4f2bd92e568baf1b061f7f2fc82288d320de3346 (patch)
tree55578379681b0b2332ed22d2bf95b258be7796dd /joeyconfig.hs
parentb02c4a932d96d0beef364aa5db47106bd0414005 (diff)
minor
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs5
1 files changed, 2 insertions, 3 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 31570f45..ba2e9c59 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -24,7 +24,7 @@ import qualified Propellor.Property.Postfix as Postfix
import qualified Propellor.Property.Apache as Apache
import qualified Propellor.Property.LetsEncrypt as LetsEncrypt
import qualified Propellor.Property.Grub as Grub
-import qualified Propellor.Property.FlashKernel as FlashKernel
+import qualified Propellor.Property.Machine as Machine
import qualified Propellor.Property.Borg as Borg
import qualified Propellor.Property.Gpg as Gpg
import qualified Propellor.Property.Systemd as Systemd
@@ -103,8 +103,7 @@ darkstar = host "darkstar.kitenet.net" $ props
where
mychroot d = debootstrapped mempty d $ props
& osDebian Unstable ARMHF
- & Apt.installed ["linux-image-armmp", "u-boot"]
- & FlashKernel.installed "Olimex A10-OLinuXino-LIME"
+ & Machine.Olimex_A10_OLinuXino_LIME
gnu :: Host
gnu = host "gnu.kitenet.net" $ props