lightning-loop: add tests

This commit is contained in:
nixbitcoin
2020-07-28 15:55:54 +00:00
parent 491d83a658
commit e9204946d4
4 changed files with 23 additions and 0 deletions
+2
View File
@@ -34,6 +34,8 @@ import ./make-test.nix rec {
services.lnd.enable = true;
systemd.services.lnd.wantedBy = mkForce [];
services.lightning-loop.enable = true;
systemd.services.lightning-loop.wantedBy = mkForce [];
services.electrs.enable = true;