summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2020-02-14 21:36:59 -0400
committerJoey Hess2020-02-14 21:36:59 -0400
commit2ff561b4f913cf9945cdbffc53dbdf516a4b47d8 (patch)
tree84ca47295ce4305b0e7efe5d9771b4f778a82565 /src/Propellor/Property/SiteSpecific/JoeySites.hs
parent671c70b2457ca30b32143e191eea60b6cc196802 (diff)
add my user ssh key on honeybee
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 623dc125..d6043517 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -936,7 +936,7 @@ house user hosts ctx sshkey = propertyList "home automation" $ props
user (userGroup user)
`requires` File.dirExists (takeDirectory sshkeyfile)
`requires` Ssh.knownHost hosts "kitenet.net" user
- & File.hasPrivContentExposed "/etc/darksky-forecast-url" anyContext
+ & File.hasPrivContentExposed "/etc/darksky-forecast-url" anyContext
where
d = "/home/joey/house"
sshkeyfile = d </> ".ssh/key"