diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-05-20 09:27:59 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-05-20 09:27:59 -0400 |
| commit | d499d8d668fa8ec32833edb4b7a5677dcbf75c56 (patch) | |
| tree | 9ce631f8ceec6f0f686159ace1bd42a90016bc47 | |
| parent | 549d00dad28107f68030076f946c79bbb9a3ebde (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 3414d80e..6563dd6f 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -47,6 +47,7 @@ hosts :: [Host] -- * \ | | '--------' hosts = -- (o) ` [ darkstar , gnu + , dragon , clam , mayfly , oyster @@ -84,8 +85,6 @@ darkstar = host "darkstar.kitenet.net" $ props & ipv6 "2001:4830:1600:187::2" & Aiccu.hasConfig "T18376" "JHZ2-SIXXS" - & Apt.buildDep ["git-annex"] `period` Daily - & JoeySites.dkimMilter & JoeySites.alarmClock "*-*-* 7:30" (User "joey") "/usr/bin/timeout 45m /home/joey/bin/goodmorning" @@ -109,7 +108,11 @@ darkstar = host "darkstar.kitenet.net" $ props gnu :: Host gnu = host "gnu.kitenet.net" $ props - & Apt.buildDep ["git-annex"] `period` Daily + & Postfix.satellite + +darkstar :: Host +darkstar = host "gnu.kitenet.net" $ props + & Postfix.satellite clam :: Host clam = host "clam.kitenet.net" $ props |
