try to get vm-variant to use microvm?

This commit is contained in:
Jermeiah S 2025-07-10 02:19:15 -04:00
parent 4c23396e2e
commit e7f14285ad
No known key found for this signature in database

View file

@ -4,13 +4,6 @@ _: {
# virtualisation.diskImage = null; # virtualisation.diskImage = null;
# Boot with tmpfs as root # Boot with tmpfs as root
fileSystems."/" = {
fsType = "tmpfs";
options = [
"defaults"
"size=1024M"
];
};
virtualisation = { virtualisation = {
forwardPorts = [ forwardPorts = [
@ -22,6 +15,8 @@ _: {
]; ];
graphics = false; # disables graphical output graphics = false; # disables graphical output
memorySize = 1024; memorySize = 1024;
diskImage = null;
# qemu.options = [ "-M microvm,x-option-roms=off,pit=off,pic=on,isa-serial=off" ];
}; };
services.getty = { services.getty = {
autologinUser = "root"; autologinUser = "root";