about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/bind.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/bind.nix')
-rw-r--r--nixpkgs/nixos/tests/bind.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/bind.nix b/nixpkgs/nixos/tests/bind.nix
index 7234f56a1c3a..15accbd49db4 100644
--- a/nixpkgs/nixos/tests/bind.nix
+++ b/nixpkgs/nixos/tests/bind.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix {
   name = "bind";
 
-  machine = { pkgs, lib, ... }: {
+  nodes.machine = { pkgs, lib, ... }: {
     services.bind.enable = true;
     services.bind.extraOptions = "empty-zones-enable no;";
     services.bind.zones = lib.singleton {