diff --git a/hosts/ns-mno001/configuration.nix b/hosts/ns-mno001/configuration.nix index 1982a05c..5fcb2d6b 100755 --- a/hosts/ns-mno001/configuration.nix +++ b/hosts/ns-mno001/configuration.nix @@ -13,6 +13,14 @@ in id = "vm-inet-ns"; mac = mac; }]; + + microvm.shares = [{ + source = "/nix/store"; + mountPoint = "/nix/.ro-store"; + tag = "store"; + proto = "virtiofs"; + socket = "store.socket"; + }]; }; systemd.network.networks = {