diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-12-16 11:46:21 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-12-16 11:46:21 -0400 |
| commit | c4a23b61dd3f5d722acbb71d7b721bcd826a897e (patch) | |
| tree | 4682b7f759064d1742678144d4a1e167ad1e1d1e /joeyconfig.hs | |
| parent | 128ff10e87e548c3af3c5a5916c5dee049826320 (diff) | |
| parent | 889cbdbb10859c03c0d9c2a784ab01cfbb224dae (diff) | |
Merge branch 'joeyconfig'
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 00c22ccc..5a3c7f7f 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -185,7 +185,7 @@ honeybee = host "honeybee.kitenet.net" $ props & hasPartition ( partition EXT4 `mountedAt` "/" - `addFreeSpace` MegaBytes 500 + `setSize` MegaBytes 8000 ) & Apt.installed ["firmware-brcm80211"] |
