Add documentation on exclusivity of electrs and hwi

This commit is contained in:
nixbitcoin 2019-05-10 17:37:32 +02:00
parent 28b1c133c9
commit ab2da64075
No known key found for this signature in database
GPG Key ID: DD11F9AD5308B3BA
1 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,8 @@
### ELECTRS
# Enable this module to use electrs, an efficient re-implementation of
# Electrum Server in Rust.
# Electrum Server in Rust. Only enable this if hardware wallets are
# disabled.
# services.electrs.enable = true;
### LIQUIDD
@ -80,7 +81,7 @@
### Hardware wallets
# Enable this module to allow using hardware wallets. See https://github.com/bitcoin-core/HWI
# for more information.
# for more information. Only enable this if electrs is disabled.
# Ledger must be initialized through the official ledger live app and the Bitcoin app must
# be installed and running on the device.
# services.hardware-wallets.ledger = true;