]> git.scottworley.com Git - nixos-qemu-vm-isolation/blame - README.md
New nixpkgs pin for erofs-utils 1.6 → 1.8.2 for --tar=f support for 24.11
[nixos-qemu-vm-isolation] / README.md
CommitLineData
69619e0b 1Isolate NixOS QEMU VMs from each other and from the host by using a
68bdafb0 2private /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
7the store image at runtime, rather that at build-time, drastically
8increasing VM start-up time.