tests: formatting

Move line next to `services.lnd` config for clarity.
This commit is contained in:
Erik Arvstedt 2022-12-12 11:57:10 +01:00 committed by Greg Shuflin
parent 49229a3e2d
commit cfeddd44aa
1 changed files with 2 additions and 1 deletions

View File

@ -84,6 +84,8 @@ let
};
};
nix-bitcoin.onionServices.lnd.public = true;
tests.lndconnect-onion-lnd = cfg.lnd.lndconnectOnion.enable;
tests.lndconnect-onion-clightning = cfg.clightning-rest.lndconnectOnion.enable;
@ -91,7 +93,6 @@ let
services.lightning-loop.certificate.extraIPs = [ "20.0.0.1" ];
tests.lightning-pool = cfg.lightning-pool.enable;
nix-bitcoin.onionServices.lnd.public = true;
tests.charge-lnd = cfg.charge-lnd.enable;