wireplumber: build against the same pipewire i deploy
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
{ ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
sane.programs.wireplumber = {
|
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.method = "bwrap";
|
||||||
# sandbox.whitelistDbus = [
|
# sandbox.whitelistDbus = [
|
||||||
# "system" #< so it can request better scheduling from rtkit
|
# "system" #< so it can request better scheduling from rtkit
|
||||||
|
Reference in New Issue
Block a user