diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-05 14:24:43 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-05 14:24:43 -0400 |
| commit | 4cbaa3ac665786fb0be4aa3121c6e6c447142d24 (patch) | |
| tree | 6757d92787daba18bb6585a0555050bf33fd7615 /joeyconfig.hs | |
| parent | cc3a7144edf57d78066a67dabc14f705c5026a79 (diff) | |
propellor spin
Diffstat (limited to 'joeyconfig.hs')
| -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) ] |
