mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-01-10 19:09:46 +01:00
Update default.nix
This commit is contained in:
parent
f3eb1498e9
commit
9d36eb67f2
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@
|
|||
nvidiaBusId = lib.mkDefault "PCI:1:0:0";
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.6") pkgs.linuxPackages_latest;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue