Add Lightning.Pub NixOS module
Some checks failed
nix-bitcoin tests / build_test_drivers (push) Has been cancelled
nix-bitcoin tests / check_flake (push) Has been cancelled
nix-bitcoin tests / test_scenario (default) (push) Has been cancelled
nix-bitcoin tests / test_scenario (joinmarket-bitcoind-29) (push) Has been cancelled
nix-bitcoin tests / test_scenario (netns) (push) Has been cancelled
nix-bitcoin tests / test_scenario (netnsRegtest) (push) Has been cancelled

Lightning.Pub is a Lightning Network account system running on top of LND.
The module follows nix-bitcoin patterns with a build oneshot service and
a hardened runtime service wired to LND via gRPC.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Patrick Mulligan 2026-02-27 10:28:14 -05:00
parent 216368a688
commit 41b10f324c
2 changed files with 225 additions and 0 deletions

View file

@ -29,6 +29,7 @@
./joinmarket-ob-watcher.nix
./hardware-wallets.nix
./lamassu-lnbits.nix
./lightning-pub.nix
# Support features
./versioning.nix