Use a bit more minimal pulseaudio

This commit is contained in:
Sandro - 2022-09-10 02:07:32 +02:00
parent 250f90067a
commit 594d81c52a
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 8 additions and 1 deletions

View File

@ -28,7 +28,14 @@
"2a00:8180:2c00:200::/56"
];
zeroconf.publish.enable = true;
package = pkgs.pulseaudioFull;
package = (pkgs.pulseaudio.override {
bluetoothSupport = true;
advancedBluetoothCodecs = true;
zeroconfSupport = true;
}).overrideAttrs (oldAttrs: {
# one test times out
doCheck = false;
});
};
# TODO: configure system wide service