vanadium: disable hypervisor guest support in kernel

This is hypervisor /guest/, we don't need that.
This commit is contained in:
Primrose 2025-09-11 09:31:30 +08:00
parent 9ced079f55
commit 941a8c4c9d
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -51,6 +51,7 @@ in {
# My config
DRM_AMDGPU = yes; # Recent AMD GPU
HYPERVISOR_GUEST = lib.mkForce no;
};
}
);