about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-09 22:18:08 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-10 09:16:21 -0400
commit20f8c3b984dbd5b12c17e3f97a9bab5340092102 (patch)
treea407046307efc354a69d36e6f6ebce8da553685f /nixos
parentbaf36d9afa08c7ba4187fc4507786fd372b7a781 (diff)
downloadnixlib-20f8c3b984dbd5b12c17e3f97a9bab5340092102.tar
nixlib-20f8c3b984dbd5b12c17e3f97a9bab5340092102.tar.gz
nixlib-20f8c3b984dbd5b12c17e3f97a9bab5340092102.tar.bz2
nixlib-20f8c3b984dbd5b12c17e3f97a9bab5340092102.tar.lz
nixlib-20f8c3b984dbd5b12c17e3f97a9bab5340092102.tar.xz
nixlib-20f8c3b984dbd5b12c17e3f97a9bab5340092102.tar.zst
nixlib-20f8c3b984dbd5b12c17e3f97a9bab5340092102.zip
nixosTests.xfce4-14: bump memorySize
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/xfce4-14.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/xfce4-14.nix b/nixos/tests/xfce4-14.nix
index 9dfedc6fbb97..94378f0c8d34 100644
--- a/nixos/tests/xfce4-14.nix
+++ b/nixos/tests/xfce4-14.nix
@@ -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 =