Create lightning-pool.nix

This commit is contained in:
Bitcoin Txoko
2024-07-23 10:38:22 +02:00
committed by GitHub
parent 3ed2072553
commit a3fd861b6c
+15
View File
@@ -0,0 +1,15 @@
### lightning-pool
{
# Set this to enable Lightning Lab's non-custodial batched uniform
# clearing-price auction for Lightning Channel Leases.
# services.lightning-pool.enable = true;
#
services.lightning-pool.enable = true;
#
# Use the `pool` command to interact with the lightning-pool service.
# Automatically enables lnd.
#
# lightning-pool requires that lnd has a publicly reachable address.
# Set this to create a public onion service for lnd.
# nix-bitcoin.onionServices.lnd.public = true;
}