nix-required-mounts: cuda: /dev/video* may not exist and aren't relevant

This commit is contained in:
Someone Serge
2024-06-26 00:35:45 +00:00
parent da430f4872
commit ff430d1699
@@ -10,7 +10,6 @@
addOpenGLRunpath.driverLink
"/dev/dri"
"/dev/nvidia*"
"/dev/video*"
];
nvidia-gpu.unsafeFollowSymlinks = true;
}