nixosTests.xfce: bump memorySize

This commit is contained in:
worldofpeace 2019-09-09 22:17:45 -04:00
parent bbcc947c46
commit baf36d9afa

View file

@ -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 =