summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-07-05 14:24:43 -0400
committerJoey Hess2017-07-05 14:24:43 -0400
commit4cbaa3ac665786fb0be4aa3121c6e6c447142d24 (patch)
tree6757d92787daba18bb6585a0555050bf33fd7615 /joeyconfig.hs
parentcc3a7144edf57d78066a67dabc14f705c5026a79 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs1
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)
]