diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-05-20 10:27:28 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-05-20 10:27:28 -0400 |
| commit | ab3f0350ab4725c919197fb8f217dd5302a7b3e6 (patch) | |
| tree | 6362b5352211963b77ec658e21acf728b002712c /joeyconfig.hs | |
| parent | 0c2a1828c6688e406020a33cf641090623f2b4ff (diff) | |
propellor spin
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index cd1abfa5..67dab531 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -88,6 +88,7 @@ darkstar = host "darkstar.kitenet.net" $ props & Aiccu.hasConfig "T18376" "JHZ2-SIXXS" & JoeySites.dkimMilter + & JoeySites.postfixSaslPasswordClient & JoeySites.alarmClock "*-*-* 7:30" (User "joey") "/usr/bin/timeout 45m /home/joey/bin/goodmorning" & Ssh.userKeys (User "joey") hostContext @@ -116,8 +117,8 @@ gnu = host "gnu.kitenet.net" $ props dragon :: Host dragon = host "dragon.kitenet.net" $ props & ipv6 "2001:4830:1600:187::2" - & Postfix.satellite & JoeySites.dkimMilter + & JoeySites.postfixSaslPasswordClient clam :: Host clam = host "clam.kitenet.net" $ props |
