From 7b0c3d48c9f347a2738a282ec3b813e35c2612ad Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Thu, 3 Feb 2022 20:46:32 +0100 Subject: [PATCH] docs/services.md: link to clightning plugin list The old list was incomplete. Also update configuration.nix. --- docs/services.md | 11 +++-------- examples/configuration.nix | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/services.md b/docs/services.md index 572bc09..350211e 100644 --- a/docs/services.md +++ b/docs/services.md @@ -391,15 +391,10 @@ See [here](https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master # clightning ## Plugins +There is a number of [plugins](https://github.com/lightningd/plugins) available for clightning. +See [`Readme: Features → clightning`](../README.md#features) or [search.nixos.org][1] for a complete list. -There are a number of [plugins](https://github.com/lightningd/plugins) available for clightning. Currently `nix-bitcoin` supports: - -- helpme -- monitor -- prometheus -- rebalance -- summary -- zmq +[1]: https://search.nixos.org/flakes?channel=unstable&from=0&size=30&sort=relevance&type=options&query=services.clightning.plugins You can activate and configure these plugins like so: diff --git a/examples/configuration.nix b/examples/configuration.nix index e441c23..5f9e854 100644 --- a/examples/configuration.nix +++ b/examples/configuration.nix @@ -51,7 +51,7 @@ # nix-bitcoin.onionServices.clightning.public = true; # # == Plugins - # See ../docs/services.md for the list of available plugins. + # See ../README.md (Features → clightning) for the list of available plugins. # services.clightning.plugins.prometheus.enable = true; ### LND