1
0
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:
2024-01-02 10:35:03 +01:00
parent e5a3ce5f8d
commit ef7c53f15b
7 changed files with 23 additions and 42 deletions

View File

@@ -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"
}
'';