]>
Commit | Line | Data |
---|---|---|
69619e0b | 1 | Isolate NixOS QEMU VMs from each other and from the host by using a |
68bdafb0 | 2 | private /nix/store image that contains only the VM's dependencies |
69619e0b SW |
3 | (like the installer has) rather than a virtio mount of the host's entire |
4 | /nix/store. | |
0fb3685a | 5 | |
47cb654f SW |
6 | **Update:** `virtualisation.useNixStoreImage` exists now! But it builds |
7 | the store image at runtime, rather that at build-time, drastically | |
8 | increasing VM start-up time. |