nvidia gpu support for nixpak firefox #47

Closed
opened 2025-12-29 04:21:02 +01:00 by adam · 2 comments
Owner

Originally created by @sickle-phin on GitHub (Sep 24, 2024).

nixpak maybe needs this code.
bubblewrap = { bind.ro = [ "/etc/egl" "/etc/static/egl" ]; };
I always refer your awesome setup, thank you.

Originally created by @sickle-phin on GitHub (Sep 24, 2024). nixpak maybe needs this code. `bubblewrap = { bind.ro = [ "/etc/egl" "/etc/static/egl" ]; }; ` I always refer your awesome setup, thank you.
adam closed this issue 2025-12-29 04:21:03 +01:00
Author
Owner

@sickle-phin commented on GitHub (Sep 24, 2024):

And in addition to this...
bind.dev = [ "/dev/nvidia0" "/dev/nvidiactl" "/dev/nvidia-modeset" "/dev/nvidia-uvm" ];

@sickle-phin commented on GitHub (Sep 24, 2024): And in addition to this... ` bind.dev = [ "/dev/nvidia0" "/dev/nvidiactl" "/dev/nvidia-modeset" "/dev/nvidia-uvm" ]; `
Author
Owner

@ryan4yin commented on GitHub (Sep 25, 2024):

@sickle-phin problem solved! Thanks a lot! 3>

@ryan4yin commented on GitHub (Sep 25, 2024): @sickle-phin problem solved! Thanks a lot! 3>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/nix-config-ryan4yin#47