diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-01-18 18:13:16 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-01-18 18:13:16 -0400 |
| commit | 4b4ac8dfbf743cc8b60ec68f44c6c98a69738332 (patch) | |
| tree | 985cc0127ec7fe6cd12cec4735182b6dd1f4a6e6 /joeyconfig.hs | |
| parent | ee1fa567e5d805f47198260dfed402ff0c4fed6c (diff) | |
propellor spin
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 9894a155..bcafea0c 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -27,6 +27,7 @@ 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 @@ -187,6 +188,9 @@ 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 & Apt.installed ["firmware-brcm80211"] -- Workaround for https://bugs.debian.org/844056 |
