mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 17:57: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 = [
|
aviallon.programs.allowUnfreeList = [
|
||||||
"nvidia-x11"
|
"nvidia-x11"
|
||||||
"nvidia-settings"
|
"nvidia-settings"
|
||||||
|
|
||||||
"cudatoolkit"
|
"cudatoolkit"
|
||||||
|
"cuda_cccl"
|
||||||
|
"libnpp"
|
||||||
|
"libcublas"
|
||||||
|
"libcufft"
|
||||||
|
"cuda_cudart"
|
||||||
|
"cuda_nvcc"
|
||||||
|
"cudnn-8.6.0.163"
|
||||||
|
"cudnn"
|
||||||
|
"cuda_nvml_dev"
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.opengl.extraPackages = with pkgs; [
|
hardware.opengl.extraPackages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue