diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-12-06 22:31:32 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-12-06 22:31:32 -0400 |
| commit | 458760b733cabba09420ceeec03733e4ca9ab5b6 (patch) | |
| tree | b26f16f29ebd081ced734279aa856aa2b98c98f3 | |
| parent | 12c7066609a36d7d848c3029234284f73ae2d850 (diff) | |
propellor spin
| -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"] |
