about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/grub.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/grub.nix')
-rw-r--r--nixpkgs/nixos/tests/grub.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/grub.nix b/nixpkgs/nixos/tests/grub.nix
index 84bfc90955b5..e0875e70f6a5 100644
--- a/nixpkgs/nixos/tests/grub.nix
+++ b/nixpkgs/nixos/tests/grub.nix
@@ -5,7 +5,7 @@ import ./make-test-python.nix ({ lib, ... }: {
     maintainers = [ rnhmjoj ];
   };
 
-  machine = { ... }: {
+  nodes.machine = { ... }: {
     virtualisation.useBootLoader = true;
 
     boot.loader.timeout = null;