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') 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 From aa41b17e6e28018c3b50e4ea13e913dadefe5fcf Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Sun, 16 Feb 2020 15:10:03 +0700 Subject: Fix typo in Arch Linux dependencies --- src/Propellor/Bootstrap.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs index 6ca133cb..746cf54e 100644 --- a/src/Propellor/Bootstrap.hs +++ b/src/Propellor/Bootstrap.hs @@ -200,7 +200,7 @@ depsCommand bs msys = "( " ++ intercalate " ; " (go bs) ++ ") || true" , "haskell-exceptions" , "haskell-stm" , "haskell-text" - , "hashell-hashable" + , "haskell-hashable" ] archlinuxdeps Stack = [ "gnupg" -- cgit v1.2.3