summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--joeyconfig.hs2
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs3
2 files changed, 3 insertions, 2 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 0627147b..9894a155 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -115,7 +115,7 @@ clam :: Host
clam = host "clam.kitenet.net" $ props
& standardSystem Unstable X86_64
["Unreliable server. Anything here may be lost at any time!" ]
- & ipv4 "45.62.211.6"
+ & ipv4 "45.62.211.94"
& CloudAtCost.decruft
& Ssh.hostKeys hostContext
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index f99856d1..f6437c64 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -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"