feat: add cudaSupport on lambdaOS

This commit is contained in:
Noa Aarts 2024-10-08 11:10:22 +02:00
parent 754a6ebf8f
commit 14632fcca0
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -46,6 +46,7 @@
nixpkgs.config = { nixpkgs.config = {
allowUnfree = true; allowUnfree = true;
nvidia.acceptLicense = true; nvidia.acceptLicense = true;
cudaSupport = true;
}; };
nixpkgs.overlays = [ ]; nixpkgs.overlays = [ ];