callaudiod: fix to not start before dbus/pipewire are up (avoids coredump on boot)

This commit is contained in:
Colin 2024-05-30 06:07:08 +00:00
parent 4aeb3360d3
commit 66c899d099

View File

@ -13,6 +13,10 @@
sane.programs.callaudiod = {
packageUnwrapped = pkgs.rmDbusServices pkgs.callaudiod;
# probably more needed once i enable proper sandboxing, but for now this ensures the service isn't started too early!
sandbox.whitelistAudio = true;
sandbox.whitelistDbus = [ "user" ];
services.callaudiod = {
description = "callaudiod: dbus service to switch audio profiles and mute microphone";
partOf = [ "default" ];