From 2accada0213d3df54bc2437f45503135541387cc Mon Sep 17 00:00:00 2001 From: Sovran Systems <99053422+naturallaw777@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:13:33 -0500 Subject: [PATCH] Remove joinmarket-ob-watcher from onion-services defaults The joinmarket-ob-watcher module was not imported from nix-bitcoin, so referencing it in the onion-services defaults caused an "attribute 'joinmarket-ob-watcher' missing" evaluation error. --- modules/bitcoin/onion-services.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/bitcoin/onion-services.nix b/modules/bitcoin/onion-services.nix index 716ebb5..cebbd1c 100644 --- a/modules/bitcoin/onion-services.nix +++ b/modules/bitcoin/onion-services.nix @@ -107,9 +107,6 @@ in { btcpayserver = { externalPort = 80; }; - joinmarket-ob-watcher = { - externalPort = 80; - }; rtl = { externalPort = 80; };