about summary refs log tree commit diff
path: root/nixos/tests/bitcoind.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/bitcoind.nix')
-rw-r--r--nixos/tests/bitcoind.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/bitcoind.nix b/nixos/tests/bitcoind.nix
index 3e9e085287ac0..04655b7f6a51b 100644
--- a/nixos/tests/bitcoind.nix
+++ b/nixos/tests/bitcoind.nix
@@ -4,7 +4,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
     maintainers = with maintainers; [ _1000101 ];
   };
 
-  machine = { ... }: {
+  nodes.machine = { ... }: {
     services.bitcoind."mainnet" = {
       enable = true;
       rpc = {