Nixpkgs Update and CLN REST update

This commit is contained in:
2024-12-13 12:52:44 -08:00
parent 17e17dc2c7
commit 6be12ee0fb

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;
};