nixosTests.xfce4-14: bump memorySize

This commit is contained in:
worldofpeace 2019-09-09 22:18:08 -04:00
parent baf36d9afa
commit 20f8c3b984

View File

@ -14,6 +14,8 @@ import ./make-test.nix ({ pkgs, ...} : {
services.xserver.desktopManager.xfce4-14.enable = true;
hardware.pulseaudio.enable = true; # needed for the factl test, /dev/snd/* exists without them but udev doesn't care then
virtualisation.memorySize = 1024;
};
testScript =