From 000f0eda8e3ff0fbb16b8ae2cdcbfdd27cfc0b45 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Sun, 31 Aug 2025 00:24:27 +0200 Subject: [PATCH] HACK: [BOOT] disable optimizations --- boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.nix b/boot.nix index 679d733..df55d45 100644 --- a/boot.nix +++ b/boot.nix @@ -319,7 +319,7 @@ in { # moddedKernel # ; - in mkOverride 2 (pkgs.linuxPackagesFor moddedKernel); + in mkOverride 2 (pkgs.linuxPackagesFor noDRMKernel); kernelPatches = [] ++ optional cfg.x32abi.enable customKernelPatches.enableX32ABI