about summary refs log tree commit diff
path: root/nixos/tests/common/x11.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/common/x11.nix')
-rw-r--r--nixos/tests/common/x11.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/common/x11.nix b/nixos/tests/common/x11.nix
index 0d76a0e972ff5..b79cedb864de4 100644
--- a/nixos/tests/common/x11.nix
+++ b/nixos/tests/common/x11.nix
@@ -12,6 +12,6 @@
 
   # Use IceWM as the window manager.
   # Don't use a desktop manager.
-  services.xserver.displayManager.defaultSession = lib.mkDefault "none+icewm";
+  services.displayManager.defaultSession = lib.mkDefault "none+icewm";
   services.xserver.windowManager.icewm.enable = true;
 }