summary refs log tree commit diff
path: root/nixos/tests/input-remapper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/input-remapper.nix')
-rw-r--r--nixos/tests/input-remapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/input-remapper.nix b/nixos/tests/input-remapper.nix
index f692564caa5..1b0350063f7 100644
--- a/nixos/tests/input-remapper.nix
+++ b/nixos/tests/input-remapper.nix
@@ -6,7 +6,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
       maintainers = with pkgs.lib.maintainers; [ LunNova ];
     };
 
-    machine = { config, ... }:
+    nodes.machine = { config, ... }:
       let user = config.users.users.sybil; in
       {
         imports = [