Merge pull request #155862 from ncfavier/revert-150980-gdm-test

nixosTests.gnome: Revert "add autologin delay to catch GDM failures"
This commit is contained in:
Jan Tojnar 2022-01-20 21:38:21 +01:00 committed by GitHub
commit 5ac7a55c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,6 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : {
enable = true;
user = "alice";
};
# Catch GDM failures that don't happen with AutomaticLoginEnable, e.g. https://github.com/NixOS/nixpkgs/issues/149539
gdm.autoLogin.delay = 1;
};
services.xserver.desktopManager.gnome.enable = true;