mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-01-25 18:25:00 +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";
|
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…
Add table
Reference in a new issue