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 7541c78b..2c6d77e1 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -98,7 +98,7 @@ clam :: Host
clam = host "clam.kitenet.net" $ props
& standardSystem Unstable X86_64
["Unreliable server. Anything here may be lost at any time!" ]
- & ipv4 "64.137.164.186"
+ & ipv4 "167.114.76.178"
& User.hasPassword (User "root")
& Ssh.hostKeys hostContext
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index ff2fab79..da103a82 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1123,7 +1123,8 @@ laptopSoftware = Apt.installed
, "procmeter3", "xfce4", "procmeter3", "unclutter"
, "mplayer", "fbreader", "firefox", "chromium"
, "libdatetime-event-sunrise-perl", "libtime-duration-perl"
- , "network-manager", "gtk-redshift", "powertop"
+ , "network-manager", "network-manager-openvpn-gnome", "openvpn"
+ , "gtk-redshift", "powertop"
, "gimp", "gthumb", "inkscape", "sozi", "xzgv", "hugin"
, "mpc", "mpd", "ncmpc", "sonata", "mpdtoys"
, "bsdgames", "nethack-console"