From 3962666a39d370e6d2f086d14a7b961aa0f95e2f Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 25 Nov 2021 19:44:42 -0600 Subject: [PATCH] Re-enable Tor recipe --- nodes/bitcoin-2.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodes/bitcoin-2.json b/nodes/bitcoin-2.json index 0554152..5d31c61 100644 --- a/nodes/bitcoin-2.json +++ b/nodes/bitcoin-2.json @@ -18,6 +18,8 @@ "recipes": [ "kosmos-base", "kosmos-base::default", + "tor-full", + "tor-full::default", "kosmos-bitcoin::source", "kosmos-bitcoin::c-lightning", "kosmos-bitcoin::lnd", @@ -86,6 +88,7 @@ }, "run_list": [ "recipe[kosmos-base]", + "recipe[tor-full]", "recipe[kosmos-bitcoin::source]", "recipe[kosmos-bitcoin::c-lightning]", "recipe[kosmos-bitcoin::lnd]",