This commit is contained in:
parent
02ae3e5813
commit
da048fc28d
2 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
"xhci-pci-renesas"
|
||||
"nvme"
|
||||
"virtio_net"
|
||||
"9p"
|
||||
"9pnet_virtio"
|
||||
];
|
||||
|
||||
system.etc.overlay.mutable = lib.mkDefault false;
|
||||
|
|
|
@ -34,6 +34,7 @@ pkgs.writeShellApplication {
|
|||
-smp 8 \
|
||||
-m 4G \
|
||||
-display none \
|
||||
-virtfs "local,path=/tmp,security_model=mapped,mount_tag=shared" \
|
||||
-chardev "stdio,id=char0,mux=on,logfile=$state/console.log,signal=off" \
|
||||
-serial chardev:char0 \
|
||||
-mon chardev=char0 \
|
||||
|
|
Loading…
Add table
Reference in a new issue