add presets/wireguard.nix

This allows using `lndconnect` via a direct WireGuard connection.
This commit is contained in:
Erik Arvstedt
2023-03-11 20:10:54 +01:00
parent 477e1709fb
commit a4bfefd562
9 changed files with 514 additions and 3 deletions
+1
View File
@@ -274,6 +274,7 @@ buildable=(
hardened
clightning-replication
lndPruned
wireguard-lndconnect
)
buildable() { buildTests buildable "$@"; }