wireplumber: build against the same pipewire i deploy

This commit is contained in:
Colin 2024-05-30 09:06:41 +00:00
parent 2233622bb7
commit 6eefb9ce20

View File

@ -1,6 +1,11 @@
{ ... }:
{ config, pkgs, ... }:
{
sane.programs.wireplumber = {
packageUnwrapped = pkgs.wireplumber.override {
# use the same pipewire as configured to run against.
pipewire = config.sane.programs.pipewire.packageUnwrapped;
};
sandbox.method = "bwrap";
# sandbox.whitelistDbus = [
# "system" #< so it can request better scheduling from rtkit