From 267b7057748d2c1e3a9de6984c0600e3a2ea123c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 1 Sep 2016 10:30:50 -0400 Subject: Tor.hiddenService: Converted port parameter from Int to Port. (API change) --- joeyconfig.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'joeyconfig.hs') diff --git a/joeyconfig.hs b/joeyconfig.hs index fa37e97b..67398048 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -483,6 +483,8 @@ keysafe = host "keysafe.joeyh.name" $ props & Ssh.noPasswords & Tor.installed + & Tor.hiddenServiceAvailable "keysafe" (Port 4242) + `requires` Tor.hiddenServiceData "keysafe" hostContext -- keysafe installed manually until package is available iabak :: Host -- cgit v1.2.3