lndconnect: add clnrest

This commit is contained in:
Erik Arvstedt
2024-11-27 21:35:46 +01:00
parent 87b929bc99
commit daa3bfbae3
9 changed files with 171 additions and 29 deletions
+10
View File
@@ -66,6 +66,16 @@ with lib;
onion = true;
};
};
services.clightning = {
enable = true;
plugins.clnrest = {
enable = true;
lnconnect = {
enable = true;
onion = true;
};
};
};
services.clightning-rest = {
enable = true;
lndconnect = {