Skip to content

Commit

Permalink
flake-template: add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Oct 23, 2024
1 parent 561cebb commit 21c36d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake-template/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
size = 256;
} ];
shares = [ {
# use "virtiofs" for MicroVMs that are started by systemd
# use proto = "virtiofs" for MicroVMs that are started by systemd
proto = "9p";
tag = "ro-store";
# a host's /nix/store will be picked up so that no
Expand All @@ -44,6 +44,7 @@
mountPoint = "/nix/.ro-store";
} ];

# "qemu" has 9p built-in!
hypervisor = "qemu";
socket = "control.socket";
};
Expand Down

0 comments on commit 21c36d1

Please sign in to comment.