aboutsummaryrefslogtreecommitdiff
path: root/nixos/tests/gnome3.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2018-08-20 14:25:25 +0200
committerlassulus <lassulus@lassul.us>2018-08-31 17:57:39 +0200
commitfc035da4a4a39d860e0edea0c95c6ca2de79e889 (patch)
tree5c68bd7b06f3c8901a74aa32d4d32da2729289ed /nixos/tests/gnome3.nix
parent678695fde54232610dc1b8c76f84e02aef955856 (diff)
xserver.displayManager: change default
Switch from slim to lightdm as the display-manager. If plasma5 is used as desktop-manager use sdddm. If gnome3 is used as desktop-manager use gdm. Based on #12516
Diffstat (limited to 'nixos/tests/gnome3.nix')
-rw-r--r--nixos/tests/gnome3.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/gnome3.nix b/nixos/tests/gnome3.nix
index af2404bf530c..3f0368592b8d 100644
--- a/nixos/tests/gnome3.nix
+++ b/nixos/tests/gnome3.nix
@@ -11,6 +11,7 @@ import ./make-test.nix ({ pkgs, ...} : {
services.xserver.enable = true;
+ services.xserver.displayManager.gdm.enable = false;
services.xserver.displayManager.lightdm.enable = true;
services.xserver.displayManager.lightdm.autoLogin.enable = true;
services.xserver.displayManager.lightdm.autoLogin.user = "alice";