Add comments to rtl.nix
This commit is contained in:
+13
-1
@@ -1,9 +1,21 @@
|
|||||||
{
|
{
|
||||||
|
### RIDE THE LIGHTNING
|
||||||
services.rtl = {
|
services.rtl = {
|
||||||
|
# Set this to enable RTL, a web interface for lnd and clightning.
|
||||||
enable = true;
|
enable = true;
|
||||||
nodes = {
|
nodes = {
|
||||||
|
# Set this to add a lnd node interface.
|
||||||
|
# Automatically enables lnd.
|
||||||
# lnd.enable = true;
|
# lnd.enable = true;
|
||||||
clightning.enable = true;
|
# Set this to add a clightning node interface.
|
||||||
|
# Automatically enables clightning.
|
||||||
|
# clightning.enable = true;
|
||||||
|
#
|
||||||
|
# You can enable both nodes simultaneously.
|
||||||
|
#
|
||||||
|
# Set this option to enable swaps with lightning-loop.
|
||||||
|
# Automatically enables lightning-loop.
|
||||||
|
# lnd.loop = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user