tests/armagetronad: increase memory allocation

This commit is contained in:
Morgan Jones 2024-06-03 22:59:49 -07:00
parent 105bb49c4b
commit da4c9eb47b
No known key found for this signature in database
GPG Key ID: 52BAC54ED447974E

View File

@ -13,7 +13,7 @@ let
{ imports = [ ./common/user-account.nix ./common/x11.nix ];
hardware.graphics.enable = true;
virtualisation.memorySize = 256;
virtualisation.memorySize = 384;
environment = {
systemPackages = [ pkgs.armagetronad ];
variables.XAUTHORITY = "/home/${user}/.Xauthority";