forked from mirrors/nixpkgs
Give the KDE test more memory
This commit is contained in:
parent
537c034e8f
commit
7ddcd7b6b6
|
@ -5,7 +5,7 @@ import ./make-test.nix ({ pkgs, ... }: {
|
|||
|
||||
{ imports = [ ./common/user-account.nix ];
|
||||
|
||||
virtualisation.memorySize = 768;
|
||||
virtualisation.memorySize = 1024;
|
||||
|
||||
services.xserver.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue