pipewire: fix bluetooth for system-wide configuration

This commit is contained in:
Jens Nolte 2022-07-11 02:35:36 +02:00
parent 87e7965bbc
commit 61c9f44a1d

View file

@ -50,6 +50,12 @@ in
default_access.properties["enable-flatpak-portal"] = false
'';
};
environment.etc."wireplumber/bluetooth.lua.d/80-systemwide.lua" = lib.mkIf config.services.pipewire.systemWide {
text = ''
-- When running system-wide, logind-integration needs to be disabled.
bluez_monitor.properties["with-logind"] = false
'';
};
systemd.packages = [ cfg.package ];