about summary refs log tree commit diff
path: root/nixos/tests/xautolock.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/xautolock.nix')
-rw-r--r--nixos/tests/xautolock.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/xautolock.nix b/nixos/tests/xautolock.nix
index 10e92b40e9562..4a8d3f4cebf7c 100644
--- a/nixos/tests/xautolock.nix
+++ b/nixos/tests/xautolock.nix
@@ -9,7 +9,7 @@ with lib;
   nodes.machine = {
     imports = [ ./common/x11.nix ./common/user-account.nix ];
 
-    services.xserver.displayManager.auto.user = "bob";
+    test-support.displayManager.auto.user = "bob";
     services.xserver.xautolock.enable = true;
     services.xserver.xautolock.time = 1;
   };