about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-03-18 17:40:50 +0800
committerGitHub <noreply@github.com>2023-03-18 17:40:50 +0800
commitb7650f44b594e10aea39b34a12ec4142fa7210dc (patch)
tree9505f57f651dceea83b26c2a64433c89ca5ad063 /nixos/tests
parente4bcf6d967f3242fc310287b9b81702e63b267b8 (diff)
parent49ca01bf9d93907ef7255289ced1b99797eea79c (diff)
Merge pull request #221278 from bobby285271/upd/xfce
Xfce updates
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/xfce.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/xfce.nix b/nixos/tests/xfce.nix
index 31f00f77c40d4..3758ccbccf425 100644
--- a/nixos/tests/xfce.nix
+++ b/nixos/tests/xfce.nix
@@ -26,7 +26,7 @@ import ./make-test-python.nix ({ pkgs, ...} : {
     };
 
   testScript = { nodes, ... }: let
-    user = nodes.machine.config.users.users.alice;
+    user = nodes.machine.users.users.alice;
   in ''
       machine.wait_for_x()
       machine.wait_for_file("${user.home}/.Xauthority")