docs/services.md: link to clightning plugin list

The old list was incomplete.

Also update configuration.nix.
This commit is contained in:
Erik Arvstedt 2022-02-03 20:46:32 +01:00
parent 7402212263
commit 7b0c3d48c9
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
2 changed files with 4 additions and 9 deletions

View File

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

View File

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