about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/wmderland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/wmderland.nix')
-rw-r--r--nixpkgs/nixos/tests/wmderland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/wmderland.nix b/nixpkgs/nixos/tests/wmderland.nix
index ebfd443763e1..c60751c44e2c 100644
--- a/nixpkgs/nixos/tests/wmderland.nix
+++ b/nixpkgs/nixos/tests/wmderland.nix
@@ -7,7 +7,7 @@ import ./make-test-python.nix ({ pkgs, ...} : {
   nodes.machine = { lib, ... }: {
     imports = [ ./common/x11.nix ./common/user-account.nix ];
     test-support.displayManager.auto.user = "alice";
-    services.xserver.displayManager.defaultSession = lib.mkForce "none+wmderland";
+    services.displayManager.defaultSession = lib.mkForce "none+wmderland";
     services.xserver.windowManager.wmderland.enable = true;
 
     systemd.services.setupWmderlandConfig = {