6 lines
156 B
Nix
6 lines
156 B
Nix
|
{ config, ... }:
|
||
|
{
|
||
|
# Tesla K80 is not supported by the latest driver.
|
||
|
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages_legacy_470;
|
||
|
}
|