From ab2da64075089acb7c3ccc75acb59af3c9105a02 Mon Sep 17 00:00:00 2001 From: nixbitcoin Date: Fri, 10 May 2019 17:37:32 +0200 Subject: [PATCH] Add documentation on exclusivity of electrs and hwi --- configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index fe1ada0..4524171 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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;