nixos/tests/wasabibackend: fix bitcoind config
Since c6017d98 services.bitcoind is submodule.
This commit is contained in:
@@ -14,7 +14,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
||||
port = 18332;
|
||||
};
|
||||
};
|
||||
services.bitcoind = {
|
||||
services.bitcoind."testnet" = {
|
||||
enable = true;
|
||||
testnet = true;
|
||||
rpc.users = {
|
||||
|
||||
Reference in New Issue
Block a user