about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/nimdow.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/nimdow.nix')
-rw-r--r--nixpkgs/nixos/tests/nimdow.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/nimdow.nix b/nixpkgs/nixos/tests/nimdow.nix
index cefe46edc5fb..0656ef04be48 100644
--- a/nixpkgs/nixos/tests/nimdow.nix
+++ b/nixpkgs/nixos/tests/nimdow.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+nimdow";
+    services.displayManager.defaultSession = lib.mkForce "none+nimdow";
     services.xserver.windowManager.nimdow.enable = true;
   };