mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-25 07:08:38 +01:00
12 lines
203 B
Nix
12 lines
203 B
Nix
|
{
|
||
|
virtualisation.vmVariant = {
|
||
|
virtualisation = {
|
||
|
memorySize = 8192;
|
||
|
cores = 4;
|
||
|
};
|
||
|
|
||
|
virtualisation.qemu.options =
|
||
|
[ "-device virtio-vga-gl" "-display sdl,gl=on" ];
|
||
|
};
|
||
|
}
|