diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-02-06 11:42:02 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-02-06 11:42:02 -0400 |
| commit | 1bc6af50d3f649b1d1eb70fd8a4a9c8584e2361f (patch) | |
| tree | e06c2e8f2b880f212c53d4260bd3c78fecf2c05d /joeyconfig.hs | |
| parent | 2cfee67820612878a7c1a2c8d3fdf912cb8e1075 (diff) | |
| parent | a5aac4e331c3131fc3748212a0f36d88fbf4a03f (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 5 |
1 files changed, 1 insertions, 4 deletions
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 |
