clightning/feeadjuster: add test

This commit is contained in:
Erik Arvstedt 2022-05-27 11:13:53 +02:00
parent 1054e9a3b1
commit f9315db52c
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 11 additions and 6 deletions

View file

@ -134,6 +134,7 @@ let
(mkIf config.test.features.clightningPlugins {
services.clightning.plugins = {
clboss.enable = true;
feeadjuster.enable = true;
helpme.enable = true;
monitor.enable = true;
prometheus.enable = true;