summary refs log tree commit diff
path: root/nixos/tests/magnetico.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/magnetico.nix')
-rw-r--r--nixos/tests/magnetico.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/magnetico.nix b/nixos/tests/magnetico.nix
index 8433a974f453b..ee84aacaf7a74 100644
--- a/nixos/tests/magnetico.nix
+++ b/nixos/tests/magnetico.nix
@@ -9,7 +9,7 @@ in
     maintainers = [ rnhmjoj ];
   };
 
-  machine = { ... }: {
+  nodes.machine = { ... }: {
     imports = [ ../modules/profiles/minimal.nix ];
 
     networking.firewall.allowedTCPPorts = [ 9000 ];