Merge fort-nix/nix-bitcoin#484: Update RTL
3755b3ebeartl: add option `extraConfig` for nodes (Erik Arvstedt)ff228a604drtl: change `nodes` options (Erik Arvstedt)beae9f8df7clightning-rest: 0.7.0 -> 0.7.2 (Erik Arvstedt)4c2d908a38rtl: 0.12.2-beta -> 0.12.3-beta (Erik Arvstedt) Pull request description: ACKs for top commit: nixbitcoin: ACK3755b3ebeaTree-SHA512: 21b413473792802a49694427dd488d7ba0575bb79297b8cd3d3e09707f0389fa4a65ed18eea11af167e1f42154f43685a7afc0829b769dea4b8d64007dcd7be5
This commit is contained in:
commit
ebaa9a3f2e
9 changed files with 138 additions and 104 deletions
|
|
@ -103,17 +103,17 @@
|
|||
#
|
||||
# Set this to add a clightning node interface.
|
||||
# Automatically enables clightning.
|
||||
# services.rtl.nodes.clightning = true;
|
||||
# services.rtl.nodes.clightning.enable = true;
|
||||
#
|
||||
# Set this to add a lnd node interface.
|
||||
# Automatically enables lnd.
|
||||
# services.rtl.nodes.lnd = true;
|
||||
# services.rtl.nodes.lnd.enable = true;
|
||||
#
|
||||
# You can enable both nodes simultaneously.
|
||||
#
|
||||
# Set this option to enable swaps with lightning-loop.
|
||||
# Automatically enables lightning-loop.
|
||||
# services.rtl.loop = true;
|
||||
# services.rtl.nodes.lnd.loop = true;
|
||||
|
||||
### SPARK WALLET
|
||||
# Set this to enable spark-wallet, a minimalistic wallet GUI for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue