mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
feat(pipewire): try to do some pulseaudio networking stuff
This commit is contained in:
@@ -36,6 +36,8 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
users.users.${config.services.mpd.user}.extraGroups = ["pipewire"];
|
||||
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
network.listenAddress = "0.0.0.0";
|
||||
@@ -44,7 +46,7 @@ in {
|
||||
auto_update "yes"
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
type "pipewire"
|
||||
name "zaatar single room audio system"
|
||||
}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user