···1313 nix.settings.sandbox = false;
1414 nix.settings.substituters = []; # don't try to access cache.nixos.org
15151616+ virtualisation.memorySize = 2048;
1617 virtualisation.writableStore = true;
1718 # Make sure we always have all the required dependencies for creating a
1819 # container available within the VM, because we don't have network access.