From 2ff561b4f913cf9945cdbffc53dbdf516a4b47d8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 14 Feb 2020 21:36:59 -0400 Subject: add my user ssh key on honeybee --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property') 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" -- cgit v1.2.3