mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-01 18:05:00 +00:00
nonguix: multiarch-container: Expose /dev/ntsync.
Also, update my copyright lines from previous work. * nonguix/multiarch-container.scm (make-container-wrapper): Expose /dev/ntsync.
This commit is contained in:
parent
aff3b005f4
commit
28ee35c0b7
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
;;; Copyright © 2021 pineapples
|
||||
;;; Copyright © 2021 Jean-Baptiste Volatier <jbv@pm.me>
|
||||
;;; Copyright © 2021 Kozo <kozodev@runbox.com>
|
||||
;;; Copyright © 2021, 2022 John Kehayias <john.kehayias@protonmail.com>
|
||||
;;; Copyright © 2021-2025 John Kehayias <john.kehayias@protonmail.com>
|
||||
;;; Copyright © 2023 Giacomo Leidi <goodoldpaul@autistici.org>
|
||||
;;; Copyright © 2023 Attila Lendvai <attila@lendvai.name>
|
||||
;;; Copyright © 2023 Elijah Malaby
|
||||
|
@ -324,6 +324,7 @@ in a sandboxed FHS environment."
|
|||
"^LIBGL_DEBUG$"))
|
||||
(expose `("/dev/bus/usb" ; Needed for libusb.
|
||||
"/dev/dri"
|
||||
,@(exists-> "/dev/ntsync") ; Needed for NTSYNC.
|
||||
"/dev/input" ; Needed for controller input.
|
||||
"/dev/uinput" ; Needed for Steam Input.
|
||||
,@(exists-> "/dev/nvidia0") ; needed for nvidia proprietary driver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue