From 941a8c4c9ddb49614d7c67b2c2918b0902b14bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 11 Sep 2025 09:31:30 +0800 Subject: [PATCH] vanadium: disable hypervisor guest support in kernel This is hypervisor /guest/, we don't need that. --- nix/configurations/vanadium/kernel-overlay.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/configurations/vanadium/kernel-overlay.nix b/nix/configurations/vanadium/kernel-overlay.nix index 7702acad..59b9a0f6 100644 --- a/nix/configurations/vanadium/kernel-overlay.nix +++ b/nix/configurations/vanadium/kernel-overlay.nix @@ -51,6 +51,7 @@ in { # My config DRM_AMDGPU = yes; # Recent AMD GPU + HYPERVISOR_GUEST = lib.mkForce no; }; } );