Skip to content

Commit 21c36d1

Browse files
committed
flake-template: add doc
1 parent 561cebb commit 21c36d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake-template/flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
size = 256;
3636
} ];
3737
shares = [ {
38-
# use "virtiofs" for MicroVMs that are started by systemd
38+
# use proto = "virtiofs" for MicroVMs that are started by systemd
3939
proto = "9p";
4040
tag = "ro-store";
4141
# a host's /nix/store will be picked up so that no
@@ -44,6 +44,7 @@
4444
mountPoint = "/nix/.ro-store";
4545
} ];
4646

47+
# "qemu" has 9p built-in!
4748
hypervisor = "qemu";
4849
socket = "control.socket";
4950
};

0 commit comments

Comments
 (0)