diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-25 21:44:59 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-25 21:44:59 -0700 |
| commit | d48e5ca96e371946befd234f384eeb673099d3b2 (patch) | |
| tree | d26d5b8d73b03742ff836e6057228903477bc750 /config-joey.hs | |
| parent | 0b28cb1f17a17fe98eff1660b49d357d0eb359bf (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 0873ddc9..71b1a4ae 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 10240 ]) + (PartTable MSDOS [ mkPartition EXT3 (MegaBytes 256), mkPartition LinuxSwap (MegaBytes 16)]) gnu :: Host gnu = host "gnu.kitenet.net" |
