Skip to content

Commit

Permalink
testing-python: readd auto displayManager
Browse files Browse the repository at this point in the history
we import it for the runInMachineWithX
  • Loading branch information
worldofpeace committed Feb 9, 2020
1 parent fa9af83 commit 88f7681
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nixos/lib/testing-python.nix
Expand Up @@ -263,9 +263,12 @@ in rec {
{ ... }:
{
inherit require;
imports = [
../tests/common/auto.nix
];
virtualisation.memorySize = 1024;
services.xserver.enable = true;
services.xserver.displayManager.auto.enable = true;
test-support.displayManager.auto.enable = true;
services.xserver.displayManager.defaultSession = "none+icewm";
services.xserver.windowManager.icewm.enable = true;
};
Expand Down

0 comments on commit 88f7681

Please sign in to comment.