clightning-plugins: remove unmaintained plugins prometheus & helpme

This commit is contained in:
Jonas Nick 2024-04-08 06:01:47 +00:00
parent 1a3748a368
commit 24bc983363
No known key found for this signature in database
GPG key ID: 4861DBF262123605
7 changed files with 4 additions and 42 deletions

View file

@ -152,9 +152,7 @@ let
services.clightning.plugins = {
clboss.enable = true;
feeadjuster.enable = true;
helpme.enable = true;
monitor.enable = true;
prometheus.enable = true;
rebalance.enable = true;
summary.enable = true;
zmq = let tcpEndpoint = "tcp://127.0.0.1:5501"; in {