Nixpkgs Update and RTL with Bolt12

This commit is contained in:
2024-07-14 20:14:25 -07:00
parent 194dd7d85b
commit 6eeb286fc4
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 = {