[microvm] share read only nix store
this reduces build times drastically
This commit is contained in:
@@ -46,6 +46,11 @@ let
|
||||
{
|
||||
microvm = {
|
||||
hypervisor = "qemu";
|
||||
shares = [ {
|
||||
tag = "ro-store";
|
||||
source = "/nix/store";
|
||||
mountPoint = "/nix/.ro-store";
|
||||
} ];
|
||||
interfaces = [
|
||||
{
|
||||
type = "tap";
|
||||
|
||||
Reference in New Issue
Block a user