Nixpkgs Update and RTL with Bolt12

This commit is contained in:
2024-07-14 20:14:25 -07:00
parent a63b03be5c
commit 794052b9c6
2 changed files with 11 additions and 6 deletions

View File

@@ -86,6 +86,11 @@ experimental-offers
nodes = {
clightning = {
enable = true;
extraConfig = {
Settings = {
enableOffers = true;
};
};
};
lnd = {