summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-08-26 11:23:42 -0700
committerJoey Hess2015-08-26 11:23:42 -0700
commita4ac16ab9432a9f6e180e9e416e95de8433ed016 (patch)
tree8e5dc34c025109ff544c76e43a987c773fe2ac89 /config-joey.hs
parent01d1cbb8361d1fada638bd4c554f3ea9fe7b8c76 (diff)
parent89dec139eef3d409c06877d5e8fd1dc1085465d1 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index acb20112..71b1a4ae 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -34,7 +34,7 @@ import qualified Propellor.Property.SiteSpecific.GitAnnexBuilder as GitAnnexBuil
import qualified Propellor.Property.SiteSpecific.IABak as IABak
import qualified Propellor.Property.SiteSpecific.Branchable as Branchable
import qualified Propellor.Property.SiteSpecific.JoeySites as JoeySites
-
+import Propellor.Property.Parted
main :: IO () -- _ ______`| ,-.__
main = defaultMain hosts -- / \___-=O`/|O`/__| (____.'
@@ -80,6 +80,9 @@ darkstar = host "darkstar.kitenet.net"
& JoeySites.postfixClientRelay (Context "darkstar.kitenet.net")
& JoeySites.dkimMilter
+ & partitioned YesReallyDeleteDiskContents "/home/joey/disk"
+ (PartTable MSDOS [ mkPartition EXT3 (MegaBytes 256), mkPartition LinuxSwap (MegaBytes 16)])
+
gnu :: Host
gnu = host "gnu.kitenet.net"
& Apt.buildDep ["git-annex"] `period` Daily