nixos/tests/nixos-rebuild-specialisations: download even more RAM

This commit is contained in:
K900 2023-12-17 19:27:07 +03:00
parent 1272bba187
commit cbed115407

View File

@ -23,7 +23,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
virtualisation = {
cores = 2;
memorySize = 2048;
memorySize = 4096;
};
};
};