From 22a0994b3dbc6f499693928f7167914c535026a9 Mon Sep 17 00:00:00 2001 From: Bitcoin Txoko <142011724+bitcointxoko@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:29:48 +0200 Subject: [PATCH] Update joinmarket.nix --- system/bitcoin/joinmarket.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/bitcoin/joinmarket.nix b/system/bitcoin/joinmarket.nix index eecfac1..9adaab6 100644 --- a/system/bitcoin/joinmarket.nix +++ b/system/bitcoin/joinmarket.nix @@ -10,7 +10,7 @@ # Set this to enable the JoinMarket Yield Generator Bot. You will be able to # earn sats by providing CoinJoin liquidity. This makes it impossible to use other # scripts that access your wallet. - # services.joinmarket.yieldgenerator.enable = true; + # yieldgenerator.enable = true; }; # Set this to enable the JoinMarket order book watcher. joinmarket-ob-watcher.enable = true;