nixosTests.xfce: bump memorySize
This commit is contained in:
parent
bbcc947c46
commit
baf36d9afa
|
@ -19,6 +19,8 @@ import ./make-test.nix ({ pkgs, ...} : {
|
|||
environment.systemPackages = [ pkgs.xorg.xmessage ];
|
||||
|
||||
hardware.pulseaudio.enable = true; # needed for the factl test, /dev/snd/* exists without them but udev doesn't care then
|
||||
|
||||
virtualisation.memorySize = 1024;
|
||||
};
|
||||
|
||||
testScript =
|
||||
|
|
Loading…
Reference in New Issue