music: Add the base audio server
Some checks failed
Test / build (push) Failing after 59s

This commit is contained in:
polyfloyd 2025-05-14 23:45:03 +02:00
parent 7cd44bbe53
commit 6927806972
5 changed files with 51 additions and 3 deletions

View file

@ -36,5 +36,5 @@ decoder {
audio_output {
type "pulse"
name "Pulse"
server "/tmp/pipewire-pulse-socket"
server "{{ music_pulse_server }}"
}