diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-11-22 11:36:11 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-11-22 11:36:11 -0400 |
| commit | 5e23f3397c0e785d04abbe38ac6c8385028cb09e (patch) | |
| tree | b7c9b18affa3735f727d38b94077c36acc543cf6 /joeyconfig.hs | |
| parent | bd591e938f81db8df3f644b2b6bfb4a2bb2b8467 (diff) | |
| parent | c214e8f603f697a14172a87e69c04c2d27c58012 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 24317db3..4c437664 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -84,7 +84,6 @@ darkstar = host "darkstar.kitenet.net" $ props & Apt.buildDep ["git-annex"] `period` Daily - & JoeySites.postfixClientRelay (Context "darkstar.kitenet.net") & JoeySites.dkimMilter & JoeySites.alarmClock "*-*-* 7:30" (User "joey") "/usr/bin/timeout 45m /home/joey/bin/goodmorning" @@ -110,9 +109,6 @@ gnu :: Host gnu = host "gnu.kitenet.net" $ props & Apt.buildDep ["git-annex"] `period` Daily - & JoeySites.postfixClientRelay (Context "gnu.kitenet.net") - & JoeySites.dkimMilter - clam :: Host clam = host "clam.kitenet.net" $ props & standardSystem Unstable X86_64 |
