From 4d55eedf4bc077bfb08b38e1752eb8747db6347a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Feb 2018 18:57:20 -0400 Subject: propellor spin --- joeyconfig.hs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'joeyconfig.hs') diff --git a/joeyconfig.hs b/joeyconfig.hs index 1d019498..23da8bb4 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -27,7 +27,6 @@ import qualified Propellor.Property.Apache as Apache import qualified Propellor.Property.LetsEncrypt as LetsEncrypt import qualified Propellor.Property.Locale as Locale import qualified Propellor.Property.Grub as Grub -import qualified Propellor.Property.FlashKernel as FlashKernel import qualified Propellor.Property.Borg as Borg import qualified Propellor.Property.Gpg as Gpg import qualified Propellor.Property.Systemd as Systemd @@ -193,9 +192,7 @@ honeybee = host "honeybee.kitenet.net" $ props `mountedAt` "/" `setSize` MegaBytes 8000 ) - & File.hasPrivContentExposed "/etc/flash-kernel/dtbs/sun7i-a20-cubietruck.dtb" - (Context "cubietruck gpio") - `onChange` FlashKernel.flashKernel + & JoeySites.cubieTruckOneWire & Apt.installed ["firmware-brcm80211"] -- Workaround for https://bugs.debian.org/844056 -- cgit v1.3-2-g0d8e