From 28b1c133c935fd509aa427737159a7bdb4605790 Mon Sep 17 00:00:00 2001 From: nixbitcoin Date: Fri, 10 May 2019 17:19:17 +0200 Subject: [PATCH] Add reference to docs/usage.md in configuration.nix hw section --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 14adfbd..fe1ada0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -84,7 +84,8 @@ # 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; - # Trezor can be initialized with the trezorctl command in nix-bitcoin. + # Trezor can be initialized with the trezorctl command in nix-bitcoin. More information can + # be found in `docs/usage.md`. # services.hardware-wallets.trezor = true; # FIXME: Define your hostname.