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:
@@ -107,9 +107,6 @@ in {
|
|||||||
btcpayserver = {
|
btcpayserver = {
|
||||||
externalPort = 80;
|
externalPort = 80;
|
||||||
};
|
};
|
||||||
joinmarket-ob-watcher = {
|
|
||||||
externalPort = 80;
|
|
||||||
};
|
|
||||||
rtl = {
|
rtl = {
|
||||||
externalPort = 80;
|
externalPort = 80;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user