summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--joeyconfig.hs1
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs1
2 files changed, 2 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index ffbe957b..08a01e09 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -184,6 +184,7 @@ honeybee = host "honeybee.kitenet.net" $ props
)
& JoeySites.cubieTruckOneWire
& Apt.installed ["i2c-tools"]
+ & User "joey" `hasGroup` Group "i2c"
& Apt.installed ["firmware-brcm80211"]
-- Workaround for https://bugs.debian.org/844056
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index da103a82..7845e226 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -958,6 +958,7 @@ homePower user hosts ctx sshkey = propertyList "home power" $ props
, "libghc-wai-dev"
, "libghc-warp-dev"
, "libghc-http-client-dev"
+ , "libghc-http-client-tls-dev"
, "libghc-reactive-banana-dev"
, "libghc-hinotify-dev"
]