diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-19 15:23:54 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-19 15:23:54 -0400 |
| commit | 002d86bdcd88dcf03941e0b40f4f175c1fd3cba6 (patch) | |
| tree | 8b8aba178ef7b5cdcbd92f7c5a05d5b975e5df2a /joeyconfig.hs | |
| parent | e7ee7ec00df7ee6eb3eaa01ad6cc78f62010a294 (diff) | |
propellor spin
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 75762930..d39b7ed8 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -192,7 +192,7 @@ honeybee = host "honeybee.kitenet.net" $ props ( partition EXT4 `mountedAt` "/" `addFreeSpace` MegaBytes 500 - ] + ) & Apt.installed ["firmware-brcm80211"] -- Workaround for https://bugs.debian.org/844056 |
