add presets/wireguard.nix

This allows using `lndconnect` via a direct WireGuard connection.
This commit is contained in:
Erik Arvstedt 2023-01-22 21:23:18 +01:00
parent 477e1709fb
commit a4bfefd562
No known key found for this signature in database
GPG key ID: 33312B944DD97846
9 changed files with 514 additions and 3 deletions

View file

@ -274,6 +274,7 @@ buildable=(
hardened
clightning-replication
lndPruned
wireguard-lndconnect
)
buildable() { buildTests buildable "$@"; }