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