mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +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…
Add table
Add a link
Reference in a new issue