diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-26 23:12:56 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-26 23:12:56 -0400 |
| commit | 89816fb838873fc97ffa9d3827440bebb848c140 (patch) | |
| tree | b7fb7556b662093707173c96befe663e5283d0ab /joeyconfig.hs | |
| parent | 8ab7c1a3680ad59a3017eaa21d7985e662c669a0 (diff) | |
| parent | 2ca09603bdfa6a071144be67644729e268070ce7 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index fa435abc..747dc367 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -231,8 +231,20 @@ honeybee = host "honeybee.kitenet.net" $ props , "nameserver 8.8.8.8" , "nameserver 8.8.4.4" ] - & JoeySites.ipmasq "eth0" "wlan0" - & Apt.installed ["ppp", "mtr", "iftop", "git-annex", "screen"] + & JoeySites.ipmasq "wlan0" + & Apt.installed ["ppp"] + `before` File.hasContent "/etc/ppp/peers/provider" + [ "user \"joeyh@arczip.com\"" + , "connect \"/usr/sbin/chat -v -f /etc/chatscripts/pap -T 9734111\"" + , "/dev/ttyACM0" + , "115200" + , "noipdefault" + , "defaultroute" + , "persist" + , "noauth" + ] + `before` File.hasPrivContent "/etc/ppp/pap-secrets" (Context "joeyh@arczip.com") + & Apt.installed ["mtr-tiny", "iftop", "screen"] & Postfix.satellite -- Autobuild runs only on weekdays. |
