From 6e3fa39892c0bb19d36752ddf213b8883f1dc31b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Sep 2016 16:37:04 -0400 Subject: propellor spin --- joeyconfig.hs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/joeyconfig.hs b/joeyconfig.hs index ab260ee6..bfdc2795 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -484,6 +484,12 @@ keysafe = host "keysafe.joeyh.name" $ props & Tor.installed & Tor.hiddenServiceAvailable "keysafe" (Port 4242) `requires` Tor.hiddenServiceData "keysafe" hostContext + -- This is optional, but may as well act as a tor bridge + -- to use spare bandwidth capacity. + & Tor.isBridge + & Tor.named "keysafe1" + & Tor.bandwidthRate (Tor.PerMonth "750 GB") + -- keysafe installed manually until package is available iabak :: Host -- cgit v1.3-2-g0d8e