From d499d8d668fa8ec32833edb4b7a5677dcbf75c56 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 20 May 2017 09:27:59 -0400 Subject: propellor spin --- joeyconfig.hs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'joeyconfig.hs') 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 -- cgit v1.2.3