diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-09-10 11:39:05 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-09-10 11:39:05 -0400 |
| commit | 8742377d83147302c65f5cc824420538ff2f36be (patch) | |
| tree | a749d73cf9146f7b3172401e02be282899b0247f /joeyconfig.hs | |
| parent | c41c85b9ca9a7c5d6f1f7d4c76c9c61edb81b12b (diff) | |
| parent | fa64c0e49355b29e44d86371c827a632bc27d49a (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
