summaryrefslogtreecommitdiff
path: root/common/nvidia.nix
blob: df6013632d12a834e8f8ad45568919268f0864b1 (plain)
1
2
3
4
5
6
{hardware, ...}:

{
  # Import this config if gpu passthrough in docker containers
  hardware.nvidia-container-toolkit.enable = true;
}