Create lightning-loop.nix

This commit is contained in:
Bitcoin Txoko
2024-07-23 10:36:17 +02:00
committed by GitHub
parent fc48108756
commit 3ed2072553
+10
View File
@@ -0,0 +1,10 @@
### lightning-loop
{
services.lightning-loop = {
# Set this to enable lightninglab's non-custodial off/on chain bridge.
enable = true;
# loopd (lightning-loop daemon) will be started automatically. Users can
# interact with off/on chain bridge using `loop in` and `loop out`.
# Automatically enables lnd.
};
}