M3L6H / nixos

My personal nixos configuration
1 stars 0 forks source link

Fix audio stuff #18

Closed M3L6H closed 2 months ago

M3L6H commented 2 months ago

Persisting the wireplumber files does not appear to work for saving audio settings, since the device ids change after reboot. Currently an alias has been added in 9335685 for reconfiguring these settings, but this is a stop-gap measure.

M3L6H commented 2 months ago

Seems the bindfs is not able to be set up because the wireplumber directory comes immediately under use on startup.

M3L6H commented 2 months ago

Persisting individual wire_plumber files rather than the directory itself appears to have fixed the issue

M3L6H commented 2 months ago

It appears wireplumber deletes and re-creates the files, so persisting the files leads to conflicts.