summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-12-16 11:46:21 -0400
committerJoey Hess2017-12-16 11:46:21 -0400
commitc4a23b61dd3f5d722acbb71d7b721bcd826a897e (patch)
tree4682b7f759064d1742678144d4a1e167ad1e1d1e /joeyconfig.hs
parent128ff10e87e548c3af3c5a5916c5dee049826320 (diff)
parent889cbdbb10859c03c0d9c2a784ab01cfbb224dae (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
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"]