summary refs log tree commit diff
path: root/nixos/tests/opentabletdriver.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/opentabletdriver.nix')
-rw-r--r--nixos/tests/opentabletdriver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/opentabletdriver.nix b/nixos/tests/opentabletdriver.nix
index fe345a7bec735..b7583f6dd2648 100644
--- a/nixos/tests/opentabletdriver.nix
+++ b/nixos/tests/opentabletdriver.nix
@@ -6,7 +6,7 @@ in {
     maintainers = with pkgs.lib.maintainers; [ thiagokokada ];
   };
 
-  machine = { pkgs, ... }:
+  nodes.machine = { pkgs, ... }:
     {
       imports = [
         ./common/user-account.nix