summary refs log tree commit diff
path: root/nixos/tests/cagebreak.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/cagebreak.nix')
-rw-r--r--nixos/tests/cagebreak.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/cagebreak.nix b/nixos/tests/cagebreak.nix
index 242e59f5d7a..c6c2c632b61 100644
--- a/nixos/tests/cagebreak.nix
+++ b/nixos/tests/cagebreak.nix
@@ -35,7 +35,6 @@ in
     programs.xwayland.enable = true;
     environment.systemPackages = [ pkgs.cagebreak pkgs.wayland-utils ];
 
-    virtualisation.memorySize = 1024;
     # Need to switch to a different GPU driver than the default one (-vga std) so that Cagebreak can launch:
     virtualisation.qemu.options = [ "-vga none -device virtio-gpu-pci" ];
   };