mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Hardware/Nvidia/Proprietary] enable CUDA-specific unfree packages whitelist
This commit is contained in:
parent
e1cc285884
commit
1edc95008b
1 changed files with 10 additions and 0 deletions
|
|
@ -90,7 +90,17 @@ in {
|
|||
aviallon.programs.allowUnfreeList = [
|
||||
"nvidia-x11"
|
||||
"nvidia-settings"
|
||||
|
||||
"cudatoolkit"
|
||||
"cuda_cccl"
|
||||
"libnpp"
|
||||
"libcublas"
|
||||
"libcufft"
|
||||
"cuda_cudart"
|
||||
"cuda_nvcc"
|
||||
"cudnn-8.6.0.163"
|
||||
"cudnn"
|
||||
"cuda_nvml_dev"
|
||||
];
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue