testing-python: readd auto displayManager
we import it for the runInMachineWithX
This commit is contained in:
parent
fa9af83e96
commit
88f76812f2
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue