302 current 2024-12-20 12:12:19 24.11.20241216.3945713 6.12.2-zen1 *
This commit is contained in:
parent
5230140f09
commit
c8605e5cda
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@
|
|||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
#boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
|
||||
#boot.blacklistedKernelModules = [ "acpi-cpufreq" ];
|
||||
boot.kernelParams = [
|
||||
|
|
Loading…
Reference in a new issue