mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
HACK: [BOOT] disable optimizations
This commit is contained in:
parent
4fb66497db
commit
000f0eda8e
1 changed files with 1 additions and 1 deletions
2
boot.nix
2
boot.nix
|
|
@ -319,7 +319,7 @@ in {
|
||||||
# moddedKernel
|
# moddedKernel
|
||||||
# ;
|
# ;
|
||||||
|
|
||||||
in mkOverride 2 (pkgs.linuxPackagesFor moddedKernel);
|
in mkOverride 2 (pkgs.linuxPackagesFor noDRMKernel);
|
||||||
|
|
||||||
kernelPatches = []
|
kernelPatches = []
|
||||||
++ optional cfg.x32abi.enable customKernelPatches.enableX32ABI
|
++ optional cfg.x32abi.enable customKernelPatches.enableX32ABI
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue