nix-bitcoin-0.0.11
#213 Fix systemd leak (@nixbitcoin)
#202 RPC Whitelist (@nixbitcoin)
#209 Lightning loop (@nixbitcoin)
You can enable loop with your configuration.nix:
### lightning-loop
# Enable this module to use lightninglab's non-custodial off/on chain bridge.
# loopd (lightning-loop daemon) will be started automatically. Users can
# interact with off/on chain bridge using `loop in` and `loop out`.
# services.lightning-loop.enable = true;