summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-08-25 20:34:26 -0700
committerJoey Hess2015-08-25 20:34:26 -0700
commit77a5e58c4b04104be2883251e84bddf27362cfd4 (patch)
treeaedb482c25c85ca5ec1ff85ace39eb1e3aba919c /config-joey.hs
parent616fcefcb2778a2c07c76c1eb7eed87cb2d14754 (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 979e023b..8682364a 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 ])
+ (PartTable MSDOS [ mkPartition EXT3 268435456, mkPartition LinuxSwap 168435456 ])
gnu :: Host
gnu = host "gnu.kitenet.net"