From 203130594a6dd3287191ae64e8327cd239b96aa7 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Fri, 13 Dec 2024 12:52:44 -0800 Subject: [PATCH] Nixpkgs Update and CLN REST update --- modules/bitcoinecosystem.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/bitcoinecosystem.nix b/modules/bitcoinecosystem.nix index 587ea66..040f277 100755 --- a/modules/bitcoinecosystem.nix +++ b/modules/bitcoinecosystem.nix @@ -119,9 +119,9 @@ experimental-offers onion = true; }; - services.clightning-rest = { + services.clightning.plugins.clnrest = { enable = true; - lndconnect = { + lnconnect = { enable = true; onion = true; };