mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 14:20:23 +01:00
nvidia gpu support for nixpak firefox #47
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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" ];@ryan4yin commented on GitHub (Sep 25, 2024):
@sickle-phin problem solved! Thanks a lot! 3>