From e093bb64d98e7851e54acb188f8d3be7b8c33582 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Thu, 3 Feb 2022 20:46:30 +0100 Subject: [PATCH] examples/configuration.nix: fix links to `docs/services.md` --- examples/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/configuration.nix b/examples/configuration.nix index 4e75f64..6593cab 100644 --- a/examples/configuration.nix +++ b/examples/configuration.nix @@ -51,7 +51,7 @@ # nix-bitcoin.onionServices.clightning.public = true; # # == Plugins - # See ../docs/usage.md for the list of available plugins. + # See ../docs/services.md for the list of available plugins. # services.clightning.plugins.prometheus.enable = true; ### LND @@ -154,7 +154,7 @@ # services.hardware-wallets.ledger = true; # # Trezor can be initialized with the trezorctl command in nix-bitcoin. More information in - # `docs/usage.md`. + # `../docs/services.md`. # services.hardware-wallets.trezor = true; ### lightning-loop