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