about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/cagebreak.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/cagebreak.nix')
-rw-r--r--nixpkgs/nixos/tests/cagebreak.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/cagebreak.nix b/nixpkgs/nixos/tests/cagebreak.nix
index c6c2c632b61a..1dcc910f9744 100644
--- a/nixpkgs/nixos/tests/cagebreak.nix
+++ b/nixpkgs/nixos/tests/cagebreak.nix
@@ -13,7 +13,7 @@ in
     maintainers = [ berbiche ];
   };
 
-  machine = { config, ... }:
+  nodes.machine = { config, ... }:
   let
     alice = config.users.users.alice;
   in {