microvm: use virtiofs share

This commit is contained in:
Veneficium 2024-12-01 23:21:39 +01:00
parent f17ffd4889
commit 2974d71ded

View file

@ -7,6 +7,7 @@
source = "/nix/store"; source = "/nix/store";
mountPoint = "/nix/.ro-store"; mountPoint = "/nix/.ro-store";
tag = "ro-store"; tag = "ro-store";
proto = "virtiofs";
} }
]; ];
system.stateVersion = config.system.nixos.version; system.stateVersion = config.system.nixos.version;