From dcce2af4aa6ef79ae86b39476119591cd82592ef Mon Sep 17 00:00:00 2001 From: TheK0tYaRa Date: Wed, 18 Mar 2026 21:55:25 +0200 Subject: [PATCH] Enable kernel processor vendor selection --- custom/modules/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/custom/modules/default.nix b/custom/modules/default.nix index ff5c2ac..8daed5b 100644 --- a/custom/modules/default.nix +++ b/custom/modules/default.nix @@ -20,6 +20,7 @@ structuredExtraConfig = ( with lib.kernel; { + PROCESSOR_SELECT = yes; CPU_SUP_INTEL = no; CPU_SUP_HYGON = no; CPU_SUP_CENTAUR = no;