about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/tinywl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/tinywl.nix')
-rw-r--r--nixpkgs/nixos/tests/tinywl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/tinywl.nix b/nixpkgs/nixos/tests/tinywl.nix
index 8fb87b533306..411cdb1f6419 100644
--- a/nixpkgs/nixos/tests/tinywl.nix
+++ b/nixpkgs/nixos/tests/tinywl.nix
@@ -6,7 +6,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
       maintainers = with lib.maintainers; [ primeos ];
     };
 
-    machine = { config, ... }: {
+    nodes.machine = { config, ... }: {
       # Automatically login on tty1 as a normal user:
       imports = [ ./common/user-account.nix ];
       services.getty.autologinUser = "alice";