diff options
| -rw-r--r-- | joeyconfig.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 9c2985ae..67398048 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -484,7 +484,7 @@ keysafe = host "keysafe.joeyh.name" $ props & Tor.installed & Tor.hiddenServiceAvailable "keysafe" (Port 4242) - -- `requires` Tor.hiddenServiceData "keysafe" hostContext + `requires` Tor.hiddenServiceData "keysafe" hostContext -- keysafe installed manually until package is available iabak :: Host |
