diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-09-01 10:30:50 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-09-01 10:32:37 -0400 |
| commit | 267b7057748d2c1e3a9de6984c0600e3a2ea123c (patch) | |
| tree | 39bc6b53968b519ac790c9ad47cefa950dcbe356 /joeyconfig.hs | |
| parent | 32ff11ca82b8a6369931e8fefdb6c37d58f3dd56 (diff) | |
Tor.hiddenService: Converted port parameter from Int to Port. (API change)
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 |
