tests/armagetronad: increase memory allocation

This commit is contained in:
Morgan Jones
2024-07-30 11:32:13 -07:00
parent 105bb49c4b
commit da4c9eb47b
+1 -1
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";