Changed the kernel parameter

This commit is contained in:
Emre Cebi 2024-04-30 09:59:34 +02:00
parent e7d8680f62
commit 22f6f460d3
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

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";