summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-12-06 22:31:32 -0400
committerJoey Hess2017-12-06 22:31:32 -0400
commit458760b733cabba09420ceeec03733e4ca9ab5b6 (patch)
treeb26f16f29ebd081ced734279aa856aa2b98c98f3 /joeyconfig.hs
parent12c7066609a36d7d848c3029234284f73ae2d850 (diff)
propellor spin
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"]