mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-24 10:39:44 +01:00
kernel mkDefault added for kernel
This commit is contained in:
parent
627652ae64
commit
fc738b1ff6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
../../common/pc/ssd
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
|
||||
hardware.nvidia.prime = {
|
||||
amdgpuBusId = "PCI:54:0:0";
|
||||
|
|
Loading…
Reference in a new issue