diff options
| -rw-r--r-- | joeyconfig.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 151bce09..26219386 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -103,6 +103,7 @@ darkstar = host "darkstar.kitenet.net" $ props `setFlag` BootFlag , partition EXT4 `mountedAt` "/" `mountOpt` errorReadonly + `addFreeSpace` MegaBytes 256 , swapPartition (MegaBytes 256) ] |
