about summary refs log tree commit diff
path: root/nixos/tests/gnome.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/gnome.nix')
-rw-r--r--nixos/tests/gnome.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/gnome.nix b/nixos/tests/gnome.nix
index ca49183fe442c..05619cbd7d82a 100644
--- a/nixos/tests/gnome.nix
+++ b/nixos/tests/gnome.nix
@@ -4,7 +4,7 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : {
     maintainers = teams.gnome.members;
   };
 
-  machine =
+  nodes.machine =
     { ... }:
 
     { imports = [ ./common/user-account.nix ];