summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2018-01-17 13:04:30 -0400
committerJoey Hess2018-01-17 13:04:30 -0400
commit38687b0350df5ceff4c1ce2b2ff9dd245c5f4b4e (patch)
tree6f8575a48c05c0657a7443bd470fc58897ce0bcd /src/Propellor/Property
parent1d4b8ff31729c6d0e40ec1e3b429211af661e6a1 (diff)
parentc18ca91690398c97ce27018cb5ac0b63f63356c4 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 4313fbf3..f6437c64 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -998,7 +998,7 @@ homeRouter = propertyList "home router" $ props
& 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\""
+ , "connect \"/usr/sbin/chat -v -f /etc/chatscripts/pap -T 3825441\""
, "/dev/ttyACM0"
, "115200"
, "noipdefault"
@@ -1054,7 +1054,8 @@ laptopSoftware = Apt.installed
, "apache2", "ikiwiki", "libhighlight-perl"
, "pal"
, "yeahconsole", "xkbset", "xinput"
- , "assword", "pumpa", "vorbis-tools"
+ , "assword", "pumpa"
+ , "vorbis-tools", "audacity"
, "xul-ext-ublock-origin", "xul-ext-pdf.js", "xul-ext-status4evar"
, "vim-syntastic", "vim-fugitive"
, "adb", "gthumb"