1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-25 22:18:32 +02:00

Changed the kernel parameter

This commit is contained in:
Emre Cebi 2024-04-30 09:59:34 +02:00 committed by mergify[bot]
parent fc738b1ff6
commit 68d680c1b7

View File

@ -12,7 +12,7 @@
../../common/pc/ssd
];
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.6") pkgs.linuxPackages_latest;
hardware.nvidia.prime = {
amdgpuBusId = "PCI:54:0:0";