]> git.scottworley.com Git - nixos-qemu-vm-isolation/blame - README
Note that useNixStoreImage exists now
[nixos-qemu-vm-isolation] / README
CommitLineData
69619e0b
SW
1Isolate NixOS QEMU VMs from each other and from the host by using a
2squashfs for the VM's /nix/store 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.
0fb3685a
SW
5
6**Update:** `virtualisation.useNixStoreImage` exists now! But it doesn't
7work! :( See the note in `checks/mount-grep.nix`