summary refs log tree commit diff
path: root/nixos/tests/common/wayland-cage.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/common/wayland-cage.nix')
-rw-r--r--nixos/tests/common/wayland-cage.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/common/wayland-cage.nix b/nixos/tests/common/wayland-cage.nix
index 55aeb858d7a..fd070094139 100644
--- a/nixos/tests/common/wayland-cage.nix
+++ b/nixos/tests/common/wayland-cage.nix
@@ -8,7 +8,6 @@
   };
 
   virtualisation = {
-    memorySize = 1024;
     qemu.options = [ "-vga virtio" ];
   };
 }