Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #150980 from ncfavier/gdm-test

nixosTests.gnome: add autologin delay to catch GDM failures

authored by

Jan Tojnar and committed by
GitHub
5cd5fb71 826f6dfb

+2
+2
nixos/tests/gnome.nix
··· 18 enable = true; 19 user = "alice"; 20 }; 21 }; 22 23 services.xserver.desktopManager.gnome.enable = true;
··· 18 enable = true; 19 user = "alice"; 20 }; 21 + # Catch GDM failures that don't happen with AutomaticLoginEnable, e.g. https://github.com/NixOS/nixpkgs/issues/149539 22 + gdm.autoLogin.delay = 1; 23 }; 24 25 services.xserver.desktopManager.gnome.enable = true;