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.
This commit is contained in:
Sovran Systems
2026-08-10 09:13:33 -05:00
parent a6296b9473
commit 2accada021
-3
View File
@@ -107,9 +107,6 @@ in {
btcpayserver = {
externalPort = 80;
};
joinmarket-ob-watcher = {
externalPort = 80;
};
rtl = {
externalPort = 80;
};