nixos/tests/containers-imperative: download more RAM

This commit is contained in:
K900 2023-12-15 12:37:24 +03:00
parent bb8b1e6bd7
commit 7e3d335152

View File

@ -13,6 +13,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
nix.settings.sandbox = false;
nix.settings.substituters = []; # don't try to access cache.nixos.org
virtualisation.memorySize = 2048;
virtualisation.writableStore = true;
# Make sure we always have all the required dependencies for creating a
# container available within the VM, because we don't have network access.