diff options
| -rw-r--r-- | nonguix/multiarch-container.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nonguix/multiarch-container.scm b/nonguix/multiarch-container.scm index a859172..bb919bd 100644 --- a/nonguix/multiarch-container.scm +++ b/nonguix/multiarch-container.scm | |||
| @@ -349,6 +349,9 @@ in a sandboxed FHS environment." | |||
| 349 | ;; OpenHMD with an Oculus Rift CV1. | 349 | ;; OpenHMD with an Oculus Rift CV1. |
| 350 | "/sys" | 350 | "/sys" |
| 351 | ,@(exists-> "/var/run/dbus") | 351 | ,@(exists-> "/var/run/dbus") |
| 352 | ;; Sometimes also needed for Steam dbus access; see | ||
| 353 | ;; <https://gitlab.com/nonguix/nonguix/-/merge_requests/914>. | ||
| 354 | ,@(exists-> "/run/dbus") | ||
| 352 | #$@(ngc-exposed container))) | 355 | #$@(ngc-exposed container))) |
| 353 | ;; /dev/hidraw is needed for SteamVR to access the HMD, although here we | 356 | ;; /dev/hidraw is needed for SteamVR to access the HMD, although here we |
| 354 | ;; share all hidraw devices. Instead we could filter to only share specific | 357 | ;; share all hidraw devices. Instead we could filter to only share specific |
