mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 14:11:21 +00:00
nixos/tests/wasabibackend: fix bitcoind config
Since c6017d98
services.bitcoind is submodule.
This commit is contained in:
parent
df49f6565c
commit
699b8d671d
@ -14,7 +14,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
||||
port = 18332;
|
||||
};
|
||||
};
|
||||
services.bitcoind = {
|
||||
services.bitcoind."testnet" = {
|
||||
enable = true;
|
||||
testnet = true;
|
||||
rpc.users = {
|
||||
|
Loading…
Reference in New Issue
Block a user