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