examples/configuration.nix: fix links to `docs/services.md`

This commit is contained in:
Erik Arvstedt 2022-02-03 20:46:30 +01:00
parent d41a550355
commit e093bb64d9
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 2 additions and 2 deletions

View File

@ -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