···13 nix.settings.sandbox = false;
14 nix.settings.substituters = []; # don't try to access cache.nixos.org
15016 virtualisation.writableStore = true;
17 # Make sure we always have all the required dependencies for creating a
18 # container available within the VM, because we don't have network access.
···13 nix.settings.sandbox = false;
14 nix.settings.substituters = []; # don't try to access cache.nixos.org
1516+ virtualisation.memorySize = 2048;
17 virtualisation.writableStore = true;
18 # Make sure we always have all the required dependencies for creating a
19 # container available within the VM, because we don't have network access.