tests: simplify lightning-loop test
This commit is contained in:
@@ -31,9 +31,6 @@ import ./make-test.nix rec {
|
||||
services.lnd.enable = true;
|
||||
services.lnd.listenPort = 9736;
|
||||
services.lightning-loop.enable = true;
|
||||
# needed because we must control when lightning-loop starts so it doesn't
|
||||
# fail before we run commands in the nb-lightning-loop netns
|
||||
systemd.services.lightning-loop.wantedBy = mkForce [];
|
||||
|
||||
services.electrs.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user