nixos/blockbook-frontend: adjust tests to bitcoind

This commit is contained in:
1000101 2020-07-29 12:57:21 +02:00
parent 8649a86884
commit 046a80f7a4

View file

@ -8,7 +8,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
services.blockbook-frontend."test" = {
enable = true;
};
services.bitcoind = {
services.bitcoind.mainnet = {
enable = true;
rpc = {
port = 8030;