RealtimeKit: disable

This commit is contained in:
Colin 2023-10-13 03:35:00 +00:00
parent 342c9bbbef
commit b180adcf48

View File

@ -233,7 +233,8 @@ in
# rtkit/RealtimeKit: allow applications which want realtime audio (e.g. Dino? Pulseaudio server?) to request it.
# this might require more configuration (e.g. polkit-related) to work exactly as desired.
# - readme outlines requirements: <https://github.com/heftig/rtkit>
security.rtkit.enable = true;
# XXX(2023/10/12): rtkit does not play well on moby. any application sending audio out dies after 10s.
# security.rtkit.enable = true;
# persist per-device volume levels
sane.user.persist.plaintext = [ ".local/state/wireplumber" ];