lnd: add option 'restOnionService'

This commit is contained in:
nixbitcoin 2021-02-03 22:44:43 +01:00 committed by Erik Arvstedt
parent a344ae95c9
commit ebd478fd0d
No known key found for this signature in database
GPG key ID: 33312B944DD97846
7 changed files with 68 additions and 0 deletions

View file

@ -63,6 +63,12 @@
# The onion service is automatically announced to peers.
# nix-bitcoin.onionServices.lnd.public = true;
#
# Set this to create an lnd REST onion service.
# Adds binary `lndconnect-rest-onion` to the system environment.
# This binary generates QR codes or URIs for connecting applications to lnd via the
# REST onion service.
# services.lnd.restOnionService.enable = true;
#
## WARNING
# If you use lnd, you should manually backup your wallet mnemonic
# seed. This will allow you to recover on-chain funds. You can run the