]> git.scottworley.com Git - nixos-qemu-vm-isolation/blob - README.md
Reduce repetition in test script
[nixos-qemu-vm-isolation] / README.md
1 Isolate NixOS QEMU VMs from each other and from the host by using a
2 private /nix/store image that contains only the VM's dependencies
3 (like the installer has) rather than a virtio mount of the host's entire
4 /nix/store.
5
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.