rtl: use clnrest

Using `clightning-rest` is no longer supported by rtl.
This commit is contained in:
Erik Arvstedt 2024-10-10 12:13:14 +02:00
parent 4e9c153f9c
commit ad2a128471
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 21 additions and 16 deletions

View file

@ -286,7 +286,7 @@ in {
in
optional nodes.lnd.enable "lnd" ++
optional (nodes.lnd.enable && nodes.lnd.loop) "lightning-loop" ++
optional nodes.clightning.enable "clightning-rest";
optional nodes.clightning.enable "clightning";
};
clightning-rest = {
id = 30;