summary refs log tree commit diff
path: root/nixos/tests/xfce.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-09 22:17:45 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-10 09:15:56 -0400
commitbaf36d9afa08c7ba4187fc4507786fd372b7a781 (patch)
tree25bd42ea85688dea02bf6449eab637f9697a488b /nixos/tests/xfce.nix
parentbbcc947c46f88d419f6563d646bc7dd805b3f14c (diff)
downloadnixpkgs-baf36d9afa08c7ba4187fc4507786fd372b7a781.tar
nixpkgs-baf36d9afa08c7ba4187fc4507786fd372b7a781.tar.gz
nixpkgs-baf36d9afa08c7ba4187fc4507786fd372b7a781.tar.bz2
nixpkgs-baf36d9afa08c7ba4187fc4507786fd372b7a781.tar.lz
nixpkgs-baf36d9afa08c7ba4187fc4507786fd372b7a781.tar.xz
nixpkgs-baf36d9afa08c7ba4187fc4507786fd372b7a781.tar.zst
nixpkgs-baf36d9afa08c7ba4187fc4507786fd372b7a781.zip
nixosTests.xfce: bump memorySize
Diffstat (limited to 'nixos/tests/xfce.nix')
-rw-r--r--nixos/tests/xfce.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/xfce.nix b/nixos/tests/xfce.nix
index 6e003d51460..6cb4fae2021 100644
--- a/nixos/tests/xfce.nix
+++ b/nixos/tests/xfce.nix
@@ -19,6 +19,8 @@ import ./make-test.nix ({ pkgs, ...} : {
       environment.systemPackages = [ pkgs.xorg.xmessage ];
 
       hardware.pulseaudio.enable = true; # needed for the factl test, /dev/snd/* exists without them but udev doesn't care then
+
+      virtualisation.memorySize = 1024;
     };
 
   testScript =