diff --git a/system/bitcoin/lightning-loop.nix b/system/bitcoin/lightning-loop.nix new file mode 100644 index 0000000..6611379 --- /dev/null +++ b/system/bitcoin/lightning-loop.nix @@ -0,0 +1,10 @@ +### lightning-loop +{ + services.lightning-loop = { + # Set this to enable lightninglab's non-custodial off/on chain bridge. + enable = true; + # loopd (lightning-loop daemon) will be started automatically. Users can + # interact with off/on chain bridge using `loop in` and `loop out`. + # Automatically enables lnd. + }; +}