kernel: compile for x86_64-v3 (common target)
Some checks failed
Build / build (push) Failing after 12s

This commit is contained in:
2026-04-15 17:33:21 -04:00
parent da1bfbb778
commit 7ab17f132e
3 changed files with 11 additions and 27 deletions

View File

@@ -14,17 +14,6 @@
inputs.nixos-hardware.nixosModules.framework-amd-ai-300-series
];
# cachyos kernel: bore scheduler, full lto, zen 4 (amd ai 340)
boot.kernelPackages =
let
helpers = pkgs.callPackage "${inputs.nix-cachyos-kernel}/helpers.nix" { };
kernel = pkgs.cachyosKernels.linux-cachyos-bore-lto.override {
lto = "full";
processorOpt = "zen4";
};
in
helpers.kernelModuleLLVMOverride (pkgs.linuxKernel.packagesFor kernel);
hardware.framework.laptop13.audioEnhancement.rawDeviceName =
lib.mkDefault "alsa_output.pci-0000_c1_00.6.analog-stereo";