mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-26 17:03:09 +00:00
build(nix): set virtualisation.graphics=false for WSL2 serial console boot
This commit is contained in:
parent
1b24fbd2aa
commit
4876d7a87c
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
qemu.options = [ "-vga virtio" "-display gtk,gl=on" ];
|
graphics = false;
|
||||||
memorySize = 4096;
|
memorySize = 4096;
|
||||||
cores = 4;
|
cores = 4;
|
||||||
diskSize = 20480;
|
diskSize = 20480;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue