docs/services.md: link to clightning plugin list
The old list was incomplete. Also update configuration.nix.
This commit is contained in:
parent
7402212263
commit
7b0c3d48c9
@ -391,15 +391,10 @@ See [here](https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master
|
|||||||
# clightning
|
# clightning
|
||||||
|
|
||||||
## Plugins
|
## 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:
|
[1]: https://search.nixos.org/flakes?channel=unstable&from=0&size=30&sort=relevance&type=options&query=services.clightning.plugins
|
||||||
|
|
||||||
- helpme
|
|
||||||
- monitor
|
|
||||||
- prometheus
|
|
||||||
- rebalance
|
|
||||||
- summary
|
|
||||||
- zmq
|
|
||||||
|
|
||||||
You can activate and configure these plugins like so:
|
You can activate and configure these plugins like so:
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
# nix-bitcoin.onionServices.clightning.public = true;
|
# nix-bitcoin.onionServices.clightning.public = true;
|
||||||
#
|
#
|
||||||
# == Plugins
|
# == 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;
|
# services.clightning.plugins.prometheus.enable = true;
|
||||||
|
|
||||||
### LND
|
### LND
|
||||||
|
Loading…
Reference in New Issue
Block a user