summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-08-25 20:55:47 -0700
committerJoey Hess2015-08-25 20:55:47 -0700
commit0b28cb1f17a17fe98eff1660b49d357d0eb359bf (patch)
treef5d5df3312226a89a9e62214b0bd42ecb8775160 /config-joey.hs
parent5b9303f50a9283aaeb85b7665392822e53f73423 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 8682364a..0873ddc9 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -81,7 +81,7 @@ darkstar = host "darkstar.kitenet.net"
& JoeySites.dkimMilter
& partitioned YesReallyDeleteDiskContents "/home/joey/disk"
- (PartTable MSDOS [ mkPartition EXT3 268435456, mkPartition LinuxSwap 168435456 ])
+ (PartTable MSDOS [ mkPartition EXT3 268435456, mkPartition LinuxSwap 10240 ])
gnu :: Host
gnu = host "gnu.kitenet.net"