From 4f2bd92e568baf1b061f7f2fc82288d320de3346 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 16 Nov 2017 16:20:52 -0400 Subject: minor --- joeyconfig.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'joeyconfig.hs') 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 -- cgit v1.3-2-g0d8e