aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/nixos/tests/xautolock.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/xautolock.nix')
-rw-r--r--nixpkgs/nixos/tests/xautolock.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/xautolock.nix b/nixpkgs/nixos/tests/xautolock.nix
index 10e92b40e95..4a8d3f4cebf 100644
--- a/nixpkgs/nixos/tests/xautolock.nix
+++ b/nixpkgs/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;
};