mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-04 18:19:40 +01:00
Changed the kernel parameter
This commit is contained in:
parent
fc738b1ff6
commit
68d680c1b7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
../../common/pc/ssd
|
../../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 = {
|
hardware.nvidia.prime = {
|
||||||
amdgpuBusId = "PCI:54:0:0";
|
amdgpuBusId = "PCI:54:0:0";
|
||||||
|
|
Loading…
Reference in a new issue