Moonshine, a headless streaming server for Moonlight, has been released in version v0.14.1.
Just one day after version 0.14.0, this release focuses on an important startup fix: Moonshine now waits for D-Bus to become available on startup, preventing session launch failures when D-Bus starts asynchronously. The project has also switched internally to Rust edition 2024.
Added
- Wait for D-Bus to become available on startup, preventing session launch failures when D-Bus starts asynchronously.
Changed
- The project now uses Rust edition 2024.
Fixed
- Removed a nonexistent
security.polkit.extraPoliciesconfiguration from the NixOS module that triggered evaluation errors.- Ensured polkit and sysusers rule files are included in binary release packages.

Source: GitHub