Nixpkgs Update and CLN REST update

This commit is contained in:
naturallaw77 2024-12-13 12:52:44 -08:00
parent 588b2a7f7a
commit 203130594a

View File

@ -119,9 +119,9 @@ experimental-offers
onion = true;
};
services.clightning-rest = {
services.clightning.plugins.clnrest = {
enable = true;
lndconnect = {
lnconnect = {
enable = true;
onion = true;
};