From 9e30d2728b9e6ebef556b6b8267971878556cc25 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Mon, 12 Dec 2022 11:57:10 +0100 Subject: [PATCH] tests: formatting Move line next to `services.lnd` config for clarity. --- test/tests.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/tests.nix b/test/tests.nix index 92b7c39..e144509 100644 --- a/test/tests.nix +++ b/test/tests.nix @@ -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;